mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: p7zip: Move *asm inputs to native-inputs.
* gnu/packages/compression.scm (p7zip)[inputs]: Move yasm, nasm ... [native-inputs]: ... to here.
This commit is contained in:
parent
bcda07797a
commit
0f4f5715a4
1 changed files with 1 additions and 1 deletions
|
@ -1180,7 +1180,7 @@ for most inputs, but the resulting compressed files are anywhere from 20% to
|
||||||
(invoke "make" "test")
|
(invoke "make" "test")
|
||||||
(invoke "make" "test_7z")
|
(invoke "make" "test_7z")
|
||||||
(invoke "make" "test_7zr"))))))
|
(invoke "make" "test_7zr"))))))
|
||||||
(inputs
|
(native-inputs
|
||||||
(let ((system (or (%current-target-system)
|
(let ((system (or (%current-target-system)
|
||||||
(%current-system))))
|
(%current-system))))
|
||||||
`(,@(cond ((string-prefix? "x86_64" system)
|
`(,@(cond ((string-prefix? "x86_64" system)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue