me
/
guix
Archived
1
0
Fork 0

gnu: help2man: Fix cross-compilation.

* gnu/packages/man.scm (help2man)[native-inputs]: Add perl.
master
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
1 changed files with 2 additions and 0 deletions

View File

@ -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