gdome2: turn off hardening fortify

This commit is contained in:
Robin Gloster 2016-02-07 19:53:34 +00:00
parent 543dfcc686
commit 43545db187

@ -13,6 +13,8 @@ stdenv.mkDerivation {
sha256 = "0hyms5s3hziajp3qbwdwqjc2xcyhb783damqg8wxjpwfxyi81fzl";
};
hardening_format = false;
buildInputs = [pkgconfig glib libxml2 gtkdoc];
propagatedBuildInputs = [glib libxml2];
patches = [ ./xml-document.patch ];