me
/
guix
Archived
1
0
Fork 0

gnu: java-cisd-args4j: Copy instead of unpacking input.

* gnu/packages/java.scm (java-cisd-args4j)[arguments]: Do not unpack
build-resources input; just copy the contents.
master
Ricardo Wurmus 2021-10-24 23:26:59 +00:00
parent 41e5c12c4a
commit 2640da8410
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 5 deletions

View File

@ -3426,11 +3426,9 @@ libraries from the SIS division at ETH Zurich like jHDF5.")
(add-after 'unpack 'unpack-build-resources
(lambda* (#:key inputs #:allow-other-keys)
(mkdir-p "../build_resources")
(invoke "tar" "xf" (assoc-ref inputs "build-resources")
"-C" "../build_resources"
"--strip-components=1")
(mkdir-p "../build_resources/lib")
#t))
(copy-recursively (assoc-ref inputs "build-resources")
"../build_resources")
(mkdir-p "../build_resources/lib")))
(add-after 'unpack-build-resources 'fix-dependencies
(lambda* (#:key inputs #:allow-other-keys)
;; FIXME: There should be a more convenient abstraction for