services: Import (srfi srfi-26) from the build side.
See <https://lists.gnu.org/archive/html/guix-devel/2019-06/msg00119.html>. * gnu/services/nix.scm (nix-activation): Remove (srfi srfi-26) from (host-) imported modules.
This commit is contained in:
parent
798b80cea2
commit
79d19d7d90
|
@ -75,8 +75,7 @@ GID."
|
|||
|
||||
(define (nix-activation _)
|
||||
"Return the activation gexp."
|
||||
(with-imported-modules '((guix build utils)
|
||||
(srfi srfi-26))
|
||||
(with-imported-modules '((guix build utils))
|
||||
#~(begin
|
||||
(use-modules (guix build utils)
|
||||
(srfi srfi-26))
|
||||
|
|
Loading…
Reference in New Issue