mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
gdome2: turn off hardening fortify
This commit is contained in:
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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user