gnu: sicp: Remove unused module import.

* gnu/packages/scheme.scm (sicp)[arguments]: Do not import (srfi srfi-1).
This commit is contained in:
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

View file

@ -638,12 +638,10 @@ (define-public sicp
("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"))