[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/03: gnu: lout: Add input ghostscript.
From: |
Andreas Enge |
Subject: |
03/03: gnu: lout: Add input ghostscript. |
Date: |
Tue, 26 Jul 2016 21:40:40 +0000 (UTC) |
andreas pushed a commit to branch core-updates
in repository guix.
commit 5425269bf78ba906b974a20bfbfeb3b0dd6f9598
Author: Andreas Enge <address@hidden>
Date: Tue Jul 26 23:28:55 2016 +0200
gnu: lout: Add input ghostscript.
* gnu/packages/lout.scm (lout)[native-inputs]: Add ghostscript, needed for
ps2pdf.
---
gnu/packages/lout.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/lout.scm b/gnu/packages/lout.scm
index 57265a1..1355e03 100644
--- a/gnu/packages/lout.scm
+++ b/gnu/packages/lout.scm
@@ -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