gnu: upx: Fix UCL input.
authorMarius Bakke <mbakke@fastmail.com>
Fri, 18 Oct 2019 12:43:27 +0000 (14:43 +0200)
committerMarius Bakke <mbakke@fastmail.com>
Fri, 18 Oct 2019 12:43:27 +0000 (14:43 +0200)
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.

gnu/packages/compression.scm

index ffe9279..6279c92 100644 (file)
@@ -1928,9 +1928,11 @@ decompression is a little bit slower.")
                "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"