gnu: perl-encode-hanextra: Fix build with Perl 5.26.0.
* gnu/packages/perl.scm (perl-encode-hanextra)[arguments]: Set PERL_USE_UNSAFE_INC in new 'set-env' phase.
This commit is contained in:
parent
dd54d3d5da
commit
f27954a077
|
@ -2561,6 +2561,11 @@ also known as JIS 2000.")
|
||||||
(base32
|
(base32
|
||||||
"0fj4vd8iva2i0j6s2fyhwgr9afrvhr6gjlzi7805h257mmnb1m0z"))))
|
"0fj4vd8iva2i0j6s2fyhwgr9afrvhr6gjlzi7805h257mmnb1m0z"))))
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
|
(arguments
|
||||||
|
'(#:phases
|
||||||
|
(modify-phases %standard-phases
|
||||||
|
(add-after 'unpack 'set-env
|
||||||
|
(lambda _ (setenv "PERL_USE_UNSAFE_INC" "1"))))))
|
||||||
(home-page "http://search.cpan.org/dist/Encode-HanExtra")
|
(home-page "http://search.cpan.org/dist/Encode-HanExtra")
|
||||||
(synopsis "Additional Chinese encodings")
|
(synopsis "Additional Chinese encodings")
|
||||||
(description "This Perl module provides Chinese encodings that are not
|
(description "This Perl module provides Chinese encodings that are not
|
||||||
|
|
Loading…
Reference in New Issue