[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#36477] [PATCH v3 39/48] linux-initrd: Use native gzip.
From: |
Mathieu Othacehe |
Subject: |
[bug#36477] [PATCH v3 39/48] linux-initrd: Use native gzip. |
Date: |
Mon, 2 Sep 2019 17:33:24 +0200 |
* 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 7e9563b923..0efb8fb222 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
--
2.20.1
- [bug#36477] [PATCH v3 46/48] system: vm: Support cross-compilation., (continued)
- [bug#36477] [PATCH v3 27/48] gnu: guile-gcrypt: Fix cross-compilation., Mathieu Othacehe, 2019/09/02
- [bug#36477] [PATCH v3 39/48] linux-initrd: Use native gzip.,
Mathieu Othacehe <=
- [bug#36477] [PATCH v3 41/48] gexp: Use cross extensions when cross-compiling., Mathieu Othacehe, 2019/09/02
- [bug#36477] [PATCH v3 45/48] system: vm: Add arm64 support., Mathieu Othacehe, 2019/09/02
- [bug#36477] [PATCH v3 48/48] wip: tools., Mathieu Othacehe, 2019/09/02
- [bug#36477] [PATCH v3 47/48] scripts: system: Add --target option., Mathieu Othacehe, 2019/09/02