3
0
Fork 0
forked from mirrors/nixpkgs

libxml2: Disable bindnow hardening

This commit is contained in:
Franz Pletz 2016-03-08 21:45:55 +01:00
parent ac73835b54
commit 965abb6d54

View file

@ -13,6 +13,8 @@ stdenv.mkDerivation (rec {
sha256 = "0bd17g6znn2r98gzpjppsqjg33iraky4px923j3k8kdl8qgy7sad";
};
hardeningDisable = [ "bindnow" ];
outputs = [ "out" "doc" ];
buildInputs = stdenv.lib.optional pythonSupport python