diff options
author | Mathieu Othacehe <m.othacehe@gmail.com> | 2019-07-05 10:58:04 +0200 |
---|---|---|
committer | Mathieu Othacehe <m.othacehe@gmail.com> | 2019-09-24 08:12:56 +0200 |
commit | 642328abcdd5986c177702fa7cb20bb9aef35d17 (patch) | |
tree | 76aab0d5df9d189f28eb96d27e692f62afdd0ff7 /gnu/packages/man.scm | |
parent | b5ebab80238dfaea3acb0bd2c6b29fa5fb2bb45e (diff) | |
download | guix-642328abcdd5986c177702fa7cb20bb9aef35d17.tar.gz |
gnu: help2man: Fix cross-compilation.
* gnu/packages/man.scm (help2man)[native-inputs]: Add perl.
Diffstat (limited to 'gnu/packages/man.scm')
-rw-r--r-- | gnu/packages/man.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/man.scm b/gnu/packages/man.scm index 42e1918597..79e24cf02d 100644 --- a/gnu/packages/man.scm +++ b/gnu/packages/man.scm @@ -216,6 +216,8 @@ Linux kernel and C library interfaces employed by user-space programs.") ;; ("perl-LocaleGettext" ,perl-LocaleGettext) ;; ("gettext" ,gettext-minimal) )) + (native-inputs + `(("perl" ,perl))) (home-page "https://www.gnu.org/software/help2man/") (synopsis "Automatically generate man pages from program --help") (description |