linux-initrd: Use native gzip.
authorMathieu Othacehe <m.othacehe@gmail.com>
Sun, 18 Aug 2019 12:14:18 +0000 (14:14 +0200)
committerMathieu Othacehe <m.othacehe@gmail.com>
Wed, 4 Sep 2019 15:56:13 +0000 (17:56 +0200)
* gnu/system/linux-initrd.scm (expression->initrd): Pass native gzip to
build-initrd procedure.

gnu/system/linux-initrd.scm

index 7e9563b..0efb8fb 100644 (file)
@@ -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