gnu: help2man: Fix cross-compilation.

* gnu/packages/man.scm (help2man)[native-inputs]: Add perl.
This commit is contained in:
Mathieu Othacehe 2019-07-05 10:58:04 +02:00
parent b5ebab8023
commit 642328abcd
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -216,6 +216,8 @@ (define-public help2man
;; ("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