guix-commits
[Top][All Lists]
Advanced

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

29/66: gnu: ijs: Use invoke.


From: Mark H. Weaver
Subject: 29/66: gnu: ijs: Use invoke.
Date: Fri, 23 Mar 2018 04:46:44 -0400 (EDT)

mhw pushed a commit to branch core-updates
in repository guix.

commit 8f52d8982b7ab87c9706248d57f174ecf1648942
Author: Mark H Weaver <address@hidden>
Date:   Fri Mar 23 02:46:12 2018 -0400

    gnu: ijs: Use invoke.
    
    * gnu/packages/ghostscript.scm (ijs)[arguments]: Use invoke in the autogen
    phase.
---
 gnu/packages/ghostscript.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/ghostscript.scm b/gnu/packages/ghostscript.scm
index 9a02c47..25d210e 100644
--- a/gnu/packages/ghostscript.scm
+++ b/gnu/packages/ghostscript.scm
@@ -295,7 +295,7 @@ output file formats and printers.")
             (substitute* "autogen.sh"
               (("^.*\\$srcdir/configure.*") "")
               (("^ + && echo Now type.*$")  ""))
-            (zero? (system* "bash" "autogen.sh")))))))
+            (invoke "bash" "autogen.sh"))))))
    (synopsis "IJS driver framework for inkjet and other raster devices")
    (description
     "IJS is a protocol for transmission of raster page images.  This package



reply via email to

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