gnu: texinfo: Don't propagate Perl.

* gnu/packages/texinfo.scm (texinfo): Don't propagate Perl.
master
Ludovic Courtès 2013-05-15 00:15:25 +02:00
parent 0332386251
commit 3d6b71e87e
1 changed files with 2 additions and 3 deletions

View File

@ -38,9 +38,8 @@
"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