Skip to content
Snippets Groups Projects
Commit 3d6b71e8 authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

gnu: texinfo: Don't propagate Perl.

* gnu/packages/texinfo.scm (texinfo): Don't propagate Perl.
parent 03323862
No related branches found
No related tags found
No related merge requests found
......@@ -38,9 +38,8 @@ (define-public texinfo
"0864v5i488x3mb3v5p6nhy2kw0mqkzpa3b0453iibj81zlpq078q"))))
(build-system gnu-build-system)
(inputs `(("ncurses" ,ncurses)
("xz" ,xz)))
;; TODO: Remove Perl from here when 'patch-shebang' DTRT with /usr/bin/env.
(propagated-inputs `(("perl" ,perl))) ; yuck!
("xz" ,xz)
("perl" ,perl)))
(home-page "http://www.gnu.org/software/texinfo/")
(synopsis "The GNU documentation format")
(description
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment