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
No known key found for this signature in database
GPG Key ID: F7D5C9BF765C61E3
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@
(build-system gnu-build-system) ; actually, just a makefile (build-system gnu-build-system) ; actually, just a makefile
(outputs '("out" "doc")) (outputs '("out" "doc"))
(inputs (inputs
`(("ghostscript" ,ghostscript))) `(("ghostscript" ,ghostscript-gs)))
(arguments `(#:modules ((guix build utils) (arguments `(#:modules ((guix build utils)
(guix build gnu-build-system) (guix build gnu-build-system)
(srfi srfi-1)) ; we need SRFI-1 (srfi srfi-1)) ; we need SRFI-1