gnu: java-bouncycastle-bcprov: Use invoke.

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

View File

@ -7727,7 +7727,8 @@ algorithms and xxHash hashing algorithm.")
(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)))