guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

14/63: gnu: lout: Build with ghostscript-gs.


From: Mark H. Weaver
Subject: 14/63: gnu: lout: Build with ghostscript-gs.
Date: Thu, 4 Aug 2016 07:44:55 +0000 (UTC)

mhw pushed a commit to branch core-updates-2016-08-01
in repository guix.

commit 5ef469ce317a1915e135dd0eff38b42ffad06770
Author: Andreas Enge <address@hidden>
Date:   Tue Jul 26 23:06:31 2016 +0200

    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.
---
 gnu/packages/lout.scm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/lout.scm b/gnu/packages/lout.scm
index f6715c8..38b35c1 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]