3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

linux-initrd: Use native gzip.

* gnu/system/linux-initrd.scm (expression->initrd): Pass native gzip to
build-initrd procedure.
This commit is contained in:
Mathieu Othacehe 2019-08-18 14:14:18 +02:00
parent 5ee1c0459e
commit 328a4c5bf1
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View 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