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 | |
| parent | 0332386251ba001c0b0ec65fbfa1c06b826c6e47 (diff) | |
gnu: texinfo: Don't propagate Perl.
* gnu/packages/texinfo.scm (texinfo): Don't propagate Perl.
Diffstat (limited to 'gnu')
| -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 b418acf35df..2ae1758093f 100644 --- a/gnu/packages/texinfo.scm +++ b/gnu/packages/texinfo.scm | |||
| @@ -38,9 +38,8 @@ | |||
| 38 | "0864v5i488x3mb3v5p6nhy2kw0mqkzpa3b0453iibj81zlpq078q")))) | 38 | "0864v5i488x3mb3v5p6nhy2kw0mqkzpa3b0453iibj81zlpq078q")))) |
| 39 | (build-system gnu-build-system) | 39 | (build-system gnu-build-system) |
| 40 | (inputs `(("ncurses" ,ncurses) | 40 | (inputs `(("ncurses" ,ncurses) |
| 41 | ("xz" ,xz))) | 41 | ("xz" ,xz) |
| 42 | ;; TODO: Remove Perl from here when 'patch-shebang' DTRT with /usr/bin/env. | 42 | ("perl" ,perl))) |
| 43 | (propagated-inputs `(("perl" ,perl))) ; yuck! | ||
| 44 | (home-page "http://www.gnu.org/software/texinfo/") | 43 | (home-page "http://www.gnu.org/software/texinfo/") |
| 45 | (synopsis "The GNU documentation format") | 44 | (synopsis "The GNU documentation format") |
| 46 | (description | 45 | (description |
