guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: services: Import (srfi srfi-26) from the build side.


From: guix-commits
Subject: 01/01: services: Import (srfi srfi-26) from the build side.
Date: Wed, 12 Jun 2019 11:27:38 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 79d19d7d90c63eca83068cc9b1f22d8020e27563
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Jun 12 16:49:38 2019 +0200

    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.
---
 gnu/services/nix.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/services/nix.scm b/gnu/services/nix.scm
index b227abe..dfe3399 100644
--- a/gnu/services/nix.scm
+++ b/gnu/services/nix.scm
@@ -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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]