guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: groff: Remove dependency on netpbm.


From: Ludovic Courtès
Subject: 03/03: gnu: groff: Remove dependency on netpbm.
Date: Fri, 7 Jul 2017 11:07:39 -0400 (EDT)

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

commit 0b6e4f82fcc906c431a575ab68183ed3c1eaa220
Author: Ludovic Courtès <address@hidden>
Date:   Fri Jul 7 17:06:44 2017 +0200

    gnu: groff: Remove dependency on netpbm.
    
    * gnu/packages/groff.scm (groff)[inputs]: Remove 'netpbm'.
---
 gnu/packages/groff.scm | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/groff.scm b/gnu/packages/groff.scm
index 46e1ccf..d7f45d4 100644
--- a/gnu/packages/groff.scm
+++ b/gnu/packages/groff.scm
@@ -44,8 +44,13 @@
    (build-system gnu-build-system)
    (outputs '("out"
               "doc"))                    ;12MiB of PS, PDF, HTML, and examples
-   (inputs `(("ghostscript" ,ghostscript)
-             ("netpbm" ,netpbm)))
+
+   ;; Note: groff's HTML backend uses executables from netpbm when they are in
+   ;; $PATH.  In practice, not having them doesn't prevent it from install its
+   ;; own HTML doc, nor does it change its capabilities, so we removed netpbm
+   ;; from 'inputs'.
+
+   (inputs `(("ghostscript" ,ghostscript)))
    (native-inputs `(("bison" ,bison)
                     ("perl" ,perl)
                     ("psutils" ,psutils)



reply via email to

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