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:
Efraim Flashner 2019-12-04 10:35:22 +02:00
parent bcda07797a
commit 0f4f5715a4
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1180,7 +1180,7 @@ (define-public p7zip
(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)