guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: fastcap: Build with ghostscript-gs.


From: Andreas Enge
Subject: 01/01: gnu: fastcap: Build with ghostscript-gs.
Date: Mon, 25 Jul 2016 22:02:07 +0000 (UTC)

andreas pushed a commit to branch core-updates
in repository guix.

commit e83a13faa221fe65eb86dee224a3f2aab9e13c60
Author: Andreas Enge <address@hidden>
Date:   Mon Jul 25 23:59:47 2016 +0200

    gnu: fastcap: Build with ghostscript-gs.
    
    * gnu/packages/engineering.scm (fastcap)[native-inputs]: Replace GHOSTSCRIPT
    by GHOST_SCRIPT-GS.
    
    This is a follow-up to commit d8eb912132ccdff955e3318fe549c5f7f674adf8.
---
 gnu/packages/engineering.scm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index b3e4431..7383b13 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -233,7 +233,7 @@ optimizer; and it can produce photorealistic and design 
review images.")
     (build-system gnu-build-system)
     (native-inputs
      `(("texlive" ,texlive)
-       ("ghostscript" ,ghostscript)))
+       ("ghostscript" ,ghostscript-gs)))
     (arguments
      `(#:make-flags '("CC=gcc" "RM=rm" "SHELL=sh" "all")
        #:parallel-build? #f



reply via email to

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