~ruther/guix-local

0b6e4f82fcc906c431a575ab68183ed3c1eaa220 — Ludovic Courtès 8 years ago 7f09808
gnu: groff: Remove dependency on netpbm.

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

M gnu/packages/groff.scm
M gnu/packages/groff.scm => gnu/packages/groff.scm +7 -2
@@ 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)