me
/
guix
Archived
1
0
Fork 0

gnu: sicp: Remove unused module import.

* gnu/packages/scheme.scm (sicp)[arguments]: Do not import (srfi srfi-1).
master
Marius Bakke 2020-01-27 00:47:57 +01:00
parent 2e4ea249a1
commit 4144eb195c
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 0 additions and 2 deletions

View File

@ -638,12 +638,10 @@ threads.")
("texinfo" ,texinfo)))
(arguments
`(#:modules ((guix build utils)
(srfi srfi-1)
(srfi srfi-26))
#:builder
(begin
(use-modules (guix build utils)
(srfi srfi-1)
(srfi srfi-26))
(let ((gzip (assoc-ref %build-inputs "gzip"))
(source (assoc-ref %build-inputs "source"))