1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-27 19:41:50 +02:00

gnu: lout: Build with ghostscript-gs.

* gnu/packages/engineering.scm (lout)[inputs]: Replace GHOSTSCRIPT by
GHOSTSCRIPT-GS.

This is a follow-up to commit d8eb912132.
This commit is contained in:
Andreas Enge
2016-07-26 23:06:31 +02:00
parent 5dbfbef729
commit 5ef469ce31
+1 -1
View File
@@ -88,7 +88,7 @@
(build-system gnu-build-system) ; actually, just a makefile
(outputs '("out" "doc"))
(inputs
`(("ghostscript" ,ghostscript)))
`(("ghostscript" ,ghostscript-gs)))
(arguments `(#:modules ((guix build utils)
(guix build gnu-build-system)
(srfi srfi-1)) ; we need SRFI-1