mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
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
1 changed files with 1 additions and 2 deletions
|
@ -75,8 +75,7 @@ (define (nix-accounts _)
|
||||||
|
|
||||||
(define (nix-activation _)
|
(define (nix-activation _)
|
||||||
"Return the activation gexp."
|
"Return the activation gexp."
|
||||||
(with-imported-modules '((guix build utils)
|
(with-imported-modules '((guix build utils))
|
||||||
(srfi srfi-26))
|
|
||||||
#~(begin
|
#~(begin
|
||||||
(use-modules (guix build utils)
|
(use-modules (guix build utils)
|
||||||
(srfi srfi-26))
|
(srfi srfi-26))
|
||||||
|
|
Loading…
Reference in a new issue