This commit is contained in:
Daniel Ziltener 2023-12-28 18:05:12 +01:00
parent 7c56a368f0
commit 185246f11c
Signed by: zilti
GPG key ID: B38976E82C9DAE42
2 changed files with 1 additions and 1 deletions

View file

@ -50,7 +50,7 @@ EXTENSION is the file name extension, such as '.tar.gz'."
(define (default-chicken)
"Return the default Chicken package."
;; Lazily resolve the binding to avoid a circular dependency.
(let ((chicken (resolve-interface '(zilti packages chicken))))
(let ((chicken (resolve-interface '(gnu packages chicken))))
(module-ref chicken 'chicken)))
(define* (lower name