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.
master
Tobias Geerinckx-Rice 2019-06-12 16:49:38 +02:00
parent 798b80cea2
commit 79d19d7d90
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 2 deletions

View File

@ -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))