2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/guix-cuirass.git synced 2023-12-14 06:03:04 +01:00

base: Hide unused binding.

* src/cuirass/base.scm: Hide ‘build’ from (guix store).
This commit is contained in:
Ludovic Courtès 2023-10-15 22:13:17 +02:00
parent 55af0f70c0
commit 8ce46502f1
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -34,7 +34,7 @@
#:use-module (guix build utils)
#:use-module (guix channels)
#:use-module (guix derivations)
#:use-module (guix store)
#:use-module ((guix store) #:hide (build))
#:use-module (guix ui)
#:use-module (guix git)
#:autoload (guix build syscalls) (set-thread-name)