1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-25 18:41:54 +02:00

gnu: texinfo: Make Perl a propagated input.

* gnu/packages/texinfo.scm (texinfo): Make PERL a propagated input.
This commit is contained in:
Ludovic Courtès
2013-02-20 21:06:57 +01:00
parent 0442d34595
commit f6d7be1e47
+3 -2
View File
@@ -37,9 +37,10 @@
(base32
"1p34f68h9ggfj6ckgj0p62qlj7pmz3ha3vc91kh4hr44pnwm1pla"))))
(build-system gnu-build-system)
(inputs `(("perl" ,perl) ; yuck!
("ncurses" ,ncurses)
(inputs `(("ncurses" ,ncurses)
("xz" ,xz)))
;; TODO: Remove Perl from here when 'patch-shebang' DTRT with /usr/bin/env.
(propagated-inputs `(("perl" ,perl))) ; yuck!
(home-page "http://www.gnu.org/software/texinfo/")
(synopsis "GNU Texinfo, the GNU documentation system")
(description