guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

15/18: gnu: java-bouncycastle-bcprov: Use invoke.


From: Ricardo Wurmus
Subject: 15/18: gnu: java-bouncycastle-bcprov: Use invoke.
Date: Wed, 28 Feb 2018 17:05:23 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 9be4b9fa582090a74395e18883e9d97c1b1119e2
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Feb 27 21:02:03 2018 +0100

    gnu: java-bouncycastle-bcprov: Use invoke.
    
    * gnu/packages/java.scm (java-bouncycastle-bcprov)[arguments]: Use invoke.
---
 gnu/packages/java.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 8cc3b72..113c756 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]