guix-commits
[Top][All Lists]
Advanced

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

01/01: build-system: minify: Do not import (ice-9 popen) in the build en


From: Ricardo Wurmus
Subject: 01/01: build-system: minify: Do not import (ice-9 popen) in the build environment.
Date: Mon, 12 Mar 2018 10:19:45 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit ad1d03fcf0472c88c9f63e8126274320cb0a076e
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Mar 12 15:14:01 2018 +0100

    build-system: minify: Do not import (ice-9 popen) in the build environment.
    
    The (ice-9 popen) module should not be added to the imported-modules here,
    because that depends on the Guile that is used on the host side.
    
    * guix/build-system/minify.scm (%minify-build-system-modules): Remove import
    of (ice-9 popen).
---
 guix/build-system/minify.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/guix/build-system/minify.scm b/guix/build-system/minify.scm
index af90a32..21d84a1 100644
--- a/guix/build-system/minify.scm
+++ b/guix/build-system/minify.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2017 Ricardo Wurmus <address@hidden>
+;;; Copyright © 2017, 2018 Ricardo Wurmus <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -39,7 +39,6 @@
 (define %minify-build-system-modules
   ;; Build-side modules imported by default.
   `((guix build minify-build-system)
-    (ice-9 popen)
     ,@%gnu-build-system-modules))
 
 (define (default-uglify-js)



reply via email to

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