summaryrefslogtreecommitdiff
path: root/gnu/packages/ghostscript.scm
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2018-03-23 02:46:12 -0400
committerMark H Weaver <mhw@netris.org>2018-03-23 04:42:29 -0400
commit8f52d8982b7ab87c9706248d57f174ecf1648942 (patch)
treee7a3979b6c546b6b9ed96033a9e822cbc217a410 /gnu/packages/ghostscript.scm
parent3f27124eb3a3e373919ac42c3accf1cffa1d4c79 (diff)
downloadguix-patches-8f52d8982b7ab87c9706248d57f174ecf1648942.tar
guix-patches-8f52d8982b7ab87c9706248d57f174ecf1648942.tar.gz
gnu: ijs: Use invoke.
* gnu/packages/ghostscript.scm (ijs)[arguments]: Use invoke in the autogen phase.
Diffstat (limited to 'gnu/packages/ghostscript.scm')
-rw-r--r--gnu/packages/ghostscript.scm2
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