gnu: perl-mousex-nativetraits: Fix build with perl@5.26.

* gnu/packages/perl.scm (perl-mousex-nativetraits)[native-inputs]: Add
PERL-MODULE-INSTALL.
master
Marius Bakke 2017-07-28 01:22:05 +02:00
parent ec5c986e33
commit 5890b40bd0
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 0 deletions

View File

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