.
This commit is contained in:
parent
7c56a368f0
commit
185246f11c
2 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue