mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05: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 @@ (define-public perl-mousex-nativetraits
|
|||
(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