diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-05-15 00:15:25 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-05-15 00:15:25 +0200 |
commit | 3d6b71e87eca505262f9756644d72e545c7e48f8 (patch) | |
tree | a2fc1f1b463bf5145d406ac461770fd460423ab0 /gnu/packages/texinfo.scm | |
parent | 0332386251ba001c0b0ec65fbfa1c06b826c6e47 (diff) | |
download | patches-3d6b71e87eca505262f9756644d72e545c7e48f8.tar patches-3d6b71e87eca505262f9756644d72e545c7e48f8.tar.gz |
gnu: texinfo: Don't propagate Perl.
* gnu/packages/texinfo.scm (texinfo): Don't propagate Perl.
Diffstat (limited to 'gnu/packages/texinfo.scm')
-rw-r--r-- | gnu/packages/texinfo.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/texinfo.scm b/gnu/packages/texinfo.scm index b418acf35d..2ae1758093 100644 --- a/gnu/packages/texinfo.scm +++ b/gnu/packages/texinfo.scm @@ -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 |