[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: fastcap: Add input ghostscript.
From: |
Andreas Enge |
Subject: |
01/01: gnu: fastcap: Add input ghostscript. |
Date: |
Sun, 31 Jul 2016 15:34:45 +0000 (UTC) |
andreas pushed a commit to branch core-updates
in repository guix.
commit acac969fa2b0714ed5b0d9aaed959328dfcf096c
Author: Andreas Enge <address@hidden>
Date: Sun Jul 31 17:11:15 2016 +0200
gnu: fastcap: Add input ghostscript.
* gnu/packages/engineering.scm (fastcap)[native-inputs]: Add ghostscript.
This is a follow-up to commit e83a13faa221fe65eb86dee224a3f2aab9e13c60.
---
gnu/packages/engineering.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 7383b13..f6c3d5f 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -233,6 +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")