me
/
guix
Archived
1
0
Fork 0

gnu: java-bouncycastle-bcpkix: Use invoke.

* gnu/packages/java.scm (java-bouncycastle-bcpkix)[arguments]: Use invoke.
master
Ricardo Wurmus 2018-02-27 21:03:37 +01:00
parent 9be4b9fa58
commit 201084ac1f
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 1 deletions

View File

@ -7759,7 +7759,8 @@ for the Java programming language.")
(lambda _
(mkdir-p "src")
(with-directory-excursion "src"
(zero? (system* "unzip" "../src.zip"))))))))
(invoke "unzip" "../src.zip"))
#t)))))
(native-inputs
`(("unzip" ,unzip)
("junit" ,java-junit)))