mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: chez.scm: Add '#:use-module srfi srfi-1'.
This is a follow-up to 1e16648f82
.
* gnu/packages/chez.scm: Add '#:use-module srfi srfi-1'.
This commit is contained in:
parent
8553fe5734
commit
bc05caee77
1 changed files with 2 additions and 1 deletions
|
@ -35,7 +35,8 @@ (define-module (gnu packages chez)
|
|||
#:use-module (gnu packages compression)
|
||||
#:use-module (gnu packages image)
|
||||
#:use-module (gnu packages xorg)
|
||||
#:use-module (ice-9 match))
|
||||
#:use-module (ice-9 match)
|
||||
#:use-module (srfi srfi-1))
|
||||
|
||||
(define nanopass
|
||||
(let ((version "1.9"))
|
||||
|
|
Loading…
Reference in a new issue