diff options
author | Andreas Enge <andreas@enge.fr> | 2016-07-26 23:06:31 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2016-07-26 23:08:00 +0200 |
commit | 5ef469ce317a1915e135dd0eff38b42ffad06770 (patch) | |
tree | d3d62b12550c2717dc42ea73bf35f05d9ccc3a85 /gnu/packages/lout.scm | |
parent | 5dbfbef7292a43029b17e89d682d9e24703d5cd2 (diff) | |
download | patches-5ef469ce317a1915e135dd0eff38b42ffad06770.tar patches-5ef469ce317a1915e135dd0eff38b42ffad06770.tar.gz |
gnu: lout: Build with ghostscript-gs.
* gnu/packages/engineering.scm (lout)[inputs]: Replace GHOSTSCRIPT by
GHOSTSCRIPT-GS.
This is a follow-up to commit d8eb912132ccdff955e3318fe549c5f7f674adf8.
Diffstat (limited to 'gnu/packages/lout.scm')
-rw-r--r-- | gnu/packages/lout.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/lout.scm b/gnu/packages/lout.scm index f6715c88d6..38b35c1d3d 100644 --- a/gnu/packages/lout.scm +++ b/gnu/packages/lout.scm @@ -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 |