wml: disable format hardening

This commit is contained in:
Robin Gloster 2016-04-06 09:15:19 +00:00
parent 812e25c86b
commit 7a347f6082

View File

@ -25,6 +25,8 @@ perlPackages.buildPerlPackage rec {
patches = [ ./redhat-with-thr.patch ./dynaloader.patch ./no_bitvector.patch ];
hardeningDisable = [ "format" ];
postPatch = ''
substituteInPlace wml_frontend/wml.src \
--replace "File::PathConvert::realpath" "Cwd::realpath" \