mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-28 14:01:29 -05:00
gnu: bootstrap-mes-rewired: Do not import the host's (srfi srfi-26).
* gnu/packages/commencement.scm (%bootstrap-mes-rewired): Remove (srfi srfi-26) from #:modules.
This commit is contained in:
parent
e157ed72ec
commit
68bbd213e8
1 changed files with 3 additions and 2 deletions
|
@ -262,11 +262,12 @@ (define %bootstrap-mes-rewired
|
|||
(build-system trivial-build-system)
|
||||
(arguments
|
||||
`(#:guile ,%bootstrap-guile
|
||||
#:modules ((guix build utils)
|
||||
(srfi srfi-26))
|
||||
#:modules ((guix build utils))
|
||||
|
||||
#:builder (begin
|
||||
(use-modules (guix build utils)
|
||||
(srfi srfi-26))
|
||||
|
||||
(let* ((mes (assoc-ref %build-inputs "mes"))
|
||||
(gash (assoc-ref %build-inputs "gash"))
|
||||
(mes-bin (string-append mes "/bin"))
|
||||
|
|
Loading…
Reference in a new issue