mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 22:26:40 -05:00
gnu: perl-www-opensearch: Provide Module::Install.
* gnu/packages/web.scm (perl-www-opensearch)[native-inputs]: Add PERL-MODULE-INSTALL.
This commit is contained in:
parent
522f199562
commit
88d5889c40
1 changed files with 2 additions and 0 deletions
|
@ -3382,6 +3382,8 @@ (define-public perl-www-opensearch
|
|||
(build-system perl-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f)) ; Tests require further modules to be packaged
|
||||
(native-inputs
|
||||
`(("perl-module-install" ,perl-module-install)))
|
||||
(inputs
|
||||
`(("perl-data-page" ,perl-data-page)
|
||||
("perl-libwww" ,perl-libwww)
|
||||
|
|
Loading…
Reference in a new issue