gnu: perl-xs-object-magic: Fix build with perl@5.26.

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

View File

@ -7923,6 +7923,7 @@ attribute names.")
(build-system perl-build-system)
(native-inputs
`(("perl-extutils-depends" ,perl-extutils-depends)
("perl-module-install" ,perl-module-install)
("perl-test-fatal" ,perl-test-fatal)))
(home-page "http://search.cpan.org/dist/XS-Object-Magic")
(synopsis "Opaque, extensible XS pointer backed objects using sv_magic")