linuxPackages.perf: disable format hardening, else tests will fail

This commit is contained in:
Jan Malakhovski 2018-05-13 01:08:35 +00:00
parent 3d53d14070
commit edc59b4715

View file

@ -31,6 +31,8 @@ stdenv.mkDerivation {
makeFlags = ["prefix=$(out)" "WERROR=0"] ++ kernel.makeFlags;
hardeningDisable = [ "format" ];
# perf refers both to newt and slang
nativeBuildInputs = [
asciidoc xmlto docbook_xsl docbook_xml_dtd_45 libxslt