mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: ijs: Use invoke.
* gnu/packages/ghostscript.scm (ijs)[arguments]: Use invoke in the autogen phase.
This commit is contained in:
parent
3f27124eb3
commit
8f52d8982b
1 changed files with 1 additions and 1 deletions
|
@ -295,7 +295,7 @@ (define-public ijs
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue