gnu: lout: Add input ghostscript.
authorAndreas Enge <andreas@enge.fr>
Tue, 26 Jul 2016 21:28:55 +0000 (23:28 +0200)
committerAndreas Enge <andreas@enge.fr>
Tue, 26 Jul 2016 21:28:55 +0000 (23:28 +0200)
* gnu/packages/lout.scm (lout)[native-inputs]: Add ghostscript, needed for ps2pdf.

gnu/packages/lout.scm

index 57265a1..1355e03 100644 (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