me
/
guix
Archived
1
0
Fork 0

gnu: sicp: Do not import module from the host Guile.

This is a followup to 4144eb195c
and 5e61de2421.

* gnu/packages/scheme.scm (sicp)[arguments]: Remove (srfi srfi-26) from
 #:modules.
master
Ludovic Courtès 2020-01-27 15:04:28 +01:00
parent a38bf7c843
commit 150c38c2ed
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2013, 2014, 2015, 2016, 2018 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2013, 2014, 2015, 2016, 2018, 2020 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2015 Taylan Ulrich Bayırlı/Kammer <taylanbayirli@gmail.com>
;;; Copyright © 2015, 2016 Federico Beffa <beffa@fbengineering.ch>
;;; Copyright © 2016 Ricardo Wurmus <rekado@elephly.net>
@ -637,8 +637,7 @@ threads.")
("source" ,source)
("texinfo" ,texinfo)))
(arguments
`(#:modules ((guix build utils)
(srfi srfi-26))
`(#:modules ((guix build utils))
#:builder
(begin
(use-modules (guix build utils)