guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: chez-scheme: Remove use of 'ghostscript-gs' wrapper.


From: Mark H. Weaver
Subject: 01/01: gnu: chez-scheme: Remove use of 'ghostscript-gs' wrapper.
Date: Wed, 19 Oct 2016 15:29:23 +0000 (UTC)

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

commit b09e0cd154c845dc452d497403d52e7e21d4b571
Author: Mark H Weaver <address@hidden>
Date:   Wed Oct 19 11:26:51 2016 -0400

    gnu: chez-scheme: Remove use of 'ghostscript-gs' wrapper.
    
    This is a followup to commit d2478b4cdd6f1db44f4725b39489aca89d3d9180.
    
    * gnu/packages/chez.scm (chez-scheme)[native-inputs]: Replace
    'ghostscript-gs' with 'ghostscript'.
---
 gnu/packages/chez.scm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/chez.scm b/gnu/packages/chez.scm
index 0a74c3f..c45306b 100644
--- a/gnu/packages/chez.scm
+++ b/gnu/packages/chez.scm
@@ -78,7 +78,7 @@
        ("stex" ,stex)))
     (native-inputs
      `(("texlive" ,texlive)
-       ("ghostscript" ,ghostscript-gs)
+       ("ghostscript" ,ghostscript)
        ("netpbm" ,netpbm)))
     (native-search-paths
      (list (search-path-specification



reply via email to

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