mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 00:18:29 +01:00
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
1 changed files with 2 additions and 1 deletions
|
@ -7727,7 +7727,8 @@ (define-public java-bouncycastle-bcprov
|
|||
(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 a new issue