gnu: upx: Fix UCL input.

UCL is a runtime dependency, and thus should not be a native input.

* gnu/packages/compression.scm (upx)[native-inputs]: Move UCL from here ...
[inputs]: ... to here.
This commit is contained in:
Marius Bakke 2019-10-18 14:43:27 +02:00
parent 41c2744463
commit d8963031af
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -1928,9 +1928,11 @@ (define-public upx
"08anybdliqsbsl6x835iwzljahnm9i7v26icdjkcv33xmk6p5vw1"))
(patches (search-patches "upx-fix-CVE-2017-15056.patch"))))
(build-system gnu-build-system)
(native-inputs `(("perl" ,perl)
("ucl" ,ucl)))
(inputs `(("zlib" ,zlib)))
(native-inputs
`(("perl" ,perl)))
(inputs
`(("ucl" ,ucl)
("zlib" ,zlib)))
(arguments
`(#:make-flags
(list "all"