mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: perl-mousex-nativetraits: Fix build with perl@5.26.
* gnu/packages/perl.scm (perl-mousex-nativetraits)[native-inputs]: Add PERL-MODULE-INSTALL.
This commit is contained in:
parent
ec5c986e33
commit
5890b40bd0
1 changed files with 1 additions and 0 deletions
|
@ -5044,6 +5044,7 @@ subset of the functionality for reduced startup time.")
|
|||
(build-system perl-build-system)
|
||||
(native-inputs
|
||||
`(("perl-any-moose" ,perl-any-moose)
|
||||
("perl-module-install" ,perl-module-install)
|
||||
("perl-test-fatal" ,perl-test-fatal)))
|
||||
(propagated-inputs
|
||||
`(("perl-mouse" ,perl-mouse)))
|
||||
|
|
Loading…
Reference in a new issue