diff options
author | Mark H Weaver <mhw@netris.org> | 2018-03-23 02:46:12 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-03-23 04:42:29 -0400 |
commit | 8f52d8982b7ab87c9706248d57f174ecf1648942 (patch) | |
tree | e7a3979b6c546b6b9ed96033a9e822cbc217a410 | |
parent | 3f27124eb3a3e373919ac42c3accf1cffa1d4c79 (diff) | |
download | gnu-guix-8f52d8982b7ab87c9706248d57f174ecf1648942.tar gnu-guix-8f52d8982b7ab87c9706248d57f174ecf1648942.tar.gz |
gnu: ijs: Use invoke.
* gnu/packages/ghostscript.scm (ijs)[arguments]: Use invoke in the autogen
phase.
-rw-r--r-- | gnu/packages/ghostscript.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/ghostscript.scm b/gnu/packages/ghostscript.scm index 9a02c47f45..25d210e9d2 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 |