[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/04: gnu: p7zip: Move *asm inputs to native-inputs.
From: |
guix-commits |
Subject: |
02/04: gnu: p7zip: Move *asm inputs to native-inputs. |
Date: |
Wed, 4 Dec 2019 03:56:23 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit 0f4f5715a433f94ff406a702e70dbff62ecd8c07
Author: Efraim Flashner <address@hidden>
Date: Wed Dec 4 10:35:22 2019 +0200
gnu: p7zip: Move *asm inputs to native-inputs.
* gnu/packages/compression.scm (p7zip)[inputs]: Move yasm, nasm ...
[native-inputs]: ... to here.
---
gnu/packages/compression.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index dd9a33a..231e8b9 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -1180,7 +1180,7 @@ for most inputs, but the resulting compressed files are
anywhere from 20% to
(invoke "make" "test")
(invoke "make" "test_7z")
(invoke "make" "test_7zr"))))))
- (inputs
+ (native-inputs
(let ((system (or (%current-target-system)
(%current-system))))
`(,@(cond ((string-prefix? "x86_64" system)