This commit is contained in:
Daniel Ziltener 2024-03-07 23:57:04 +01:00
parent 64436218a0
commit a7ed82b137
Signed by: zilti
GPG key ID: B38976E82C9DAE42

View file

@ -44,7 +44,7 @@ EXTENSION is the file name extension, such as '.tar.gz'."
(define %chicken-build-system-modules (define %chicken-build-system-modules
;; Build-side modules imported and used by default. ;; Build-side modules imported and used by default.
`((guix build chicken-build-system) `((zilti build chicken-build-system)
(guix build union) (guix build union)
,@%gnu-build-system-modules)) ,@%gnu-build-system-modules))