gnu: ijs: Use invoke.

* gnu/packages/ghostscript.scm (ijs)[arguments]: Use invoke in the autogen
phase.
This commit is contained in:
Mark H Weaver 2018-03-23 02:46:12 -04:00
parent 3f27124eb3
commit 8f52d8982b
No known key found for this signature in database
GPG key ID: 7CEF29847562C516

View file

@ -295,7 +295,7 @@ (define-public ijs
(substitute* "autogen.sh" (substitute* "autogen.sh"
(("^.*\\$srcdir/configure.*") "") (("^.*\\$srcdir/configure.*") "")
(("^ + && echo Now type.*$") "")) (("^ + && echo Now type.*$") ""))
(zero? (system* "bash" "autogen.sh"))))))) (invoke "bash" "autogen.sh"))))))
(synopsis "IJS driver framework for inkjet and other raster devices") (synopsis "IJS driver framework for inkjet and other raster devices")
(description (description
"IJS is a protocol for transmission of raster page images. This package "IJS is a protocol for transmission of raster page images. This package