~ruther/guix-local

201c0e72768fa92e2035512e16c17c07f308815b — Leo Famulari 8 years ago 70629b6
gnu: perl-gd-securityimage: Fix build with Perl 5.26.0.

* gnu/packages/gd.scm (perl-gd-securityimage)[arguments]: Set
PERL_USE_UNSAFE_INC in new 'set-env' phase.
1 files changed, 5 insertions(+), 0 deletions(-)

M gnu/packages/gd.scm
M gnu/packages/gd.scm => gnu/packages/gd.scm +5 -0
@@ 154,6 154,11 @@ you can create PNG images on the fly or modify existing files.")
        (base32
         "1kaxs67rfd4w46lxgcg3pa05a596l0h1k8n4zk2gwrrar4022wpx"))))
    (build-system perl-build-system)
    (arguments
     '(#:phases
       (modify-phases %standard-phases
         (add-after 'unpack 'set-env
           (lambda _ (setenv "PERL_USE_UNSAFE_INC" "1"))))))
    (native-inputs
     `(("perl-module-build" ,perl-module-build)))
    (propagated-inputs