guix-commits
[Top][All Lists]
Advanced

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

59/63: gnu: unison: Add input ghostscript.


From: Mark H. Weaver
Subject: 59/63: gnu: unison: Add input ghostscript.
Date: Thu, 4 Aug 2016 07:44:59 +0000 (UTC)

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

commit 2be896dec1d3caff2896074e94d491a1b6b468f9
Author: Andreas Enge <address@hidden>
Date:   Mon Aug 1 10:24:07 2016 +0200

    gnu: unison: Add input ghostscript.
    
    * gnu/packages/ocaml.scm (unison)[native-inputs]: Add ghostscript.
    
    This is a follow-up to commit e83a13faa221fe65eb86dee224a3f2aab9e13c60.
---
 gnu/packages/ocaml.scm |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 074f830..c14d83c 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -569,7 +569,8 @@ libpanel, librsvg and quartz.")
     (native-inputs
      `(("ocaml" ,ocaml)
        ;; For documentation
-       ("ghostscript" ,ghostscript-gs)
+       ("ghostscript-gs" ,ghostscript-gs)
+       ("ghostscript" ,ghostscript)
        ("texlive" ,texlive)
        ("hevea" ,hevea)
        ("lynx" ,lynx)))



reply via email to

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