guix-commits
[Top][All Lists]
Advanced

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

01/05: linux-initrd: Use native gzip.


From: guix-commits
Subject: 01/05: linux-initrd: Use native gzip.
Date: Fri, 20 Sep 2019 03:16:50 -0400 (EDT)

mothacehe pushed a commit to branch core-updates-next
in repository guix.

commit 81d2c5393e5429766bb9d90293d0a4d1c40a5310
Author: Mathieu Othacehe <address@hidden>
Date:   Sun Aug 18 14:14:18 2019 +0200

    linux-initrd: Use native gzip.
    
    * gnu/system/linux-initrd.scm (expression->initrd): Pass native gzip to
    build-initrd procedure.
---
 gnu/system/linux-initrd.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/system/linux-initrd.scm b/gnu/system/linux-initrd.scm
index 7e9563b..0efb8fb 100644
--- a/gnu/system/linux-initrd.scm
+++ b/gnu/system/linux-initrd.scm
@@ -99,7 +99,7 @@ the derivations referenced by EXP are automatically copied to 
the initrd."
                         #:init #$init
                         ;; Copy everything INIT refers to into the initrd.
                         #:references-graphs '("closure")
-                        #:gzip (string-append #$gzip "/bin/gzip")))))
+                        #:gzip (string-append #+gzip "/bin/gzip")))))
 
   (file-append (computed-file name builder
                               #:options



reply via email to

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