mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: help2man: Fix cross-compilation.
* gnu/packages/man.scm (help2man)[native-inputs]: Add perl.
This commit is contained in:
parent
b5ebab8023
commit
642328abcd
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue