mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05: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:
parent
5ee1c0459e
commit
328a4c5bf1
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ (define builder
|
|||
#: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
|
||||
|
|
Loading…
Reference in a new issue