gnu: lout: Add input ghostscript.

* gnu/packages/lout.scm (lout)[native-inputs]: Add ghostscript, needed for ps2pdf.
master
Andreas Enge 2016-07-26 23:28:55 +02:00
parent 02b934e2c6
commit 5425269bf7
No known key found for this signature in database
GPG Key ID: F7D5C9BF765C61E3
1 changed files with 2 additions and 1 deletions

View File

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