gnu: java-bouncycastle-bcprov: Use invoke.
* gnu/packages/java.scm (java-bouncycastle-bcprov)[arguments]: Use invoke.
This commit is contained in:
parent
1b6bc51675
commit
9be4b9fa58
|
@ -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)))
|
||||
|
|
Loading…
Reference in New Issue