summaryrefslogtreecommitdiffstats
path: root/pkgs/desktops/gnome-2/platform/libgtkhtml/default.nix
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2016-01-23 21:19:59 +0000
committerRobin Gloster <mail@glob.in>2016-01-30 16:36:57 +0000
commitf6d3b7a2ae01ccd9934a6437915acd3eade2a184 (patch)
treef15dfb4b4378ceed1b0225290b2562fccdea719b /pkgs/desktops/gnome-2/platform/libgtkhtml/default.nix
parent954e9903adc837c201a7bd70eede50d874aadbf6 (diff)
switch hardening flags
Diffstat (limited to 'pkgs/desktops/gnome-2/platform/libgtkhtml/default.nix')
-rw-r--r--pkgs/desktops/gnome-2/platform/libgtkhtml/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/desktops/gnome-2/platform/libgtkhtml/default.nix b/pkgs/desktops/gnome-2/platform/libgtkhtml/default.nix
index 5044dbabd2f3..d766957f0d79 100644
--- a/pkgs/desktops/gnome-2/platform/libgtkhtml/default.nix
+++ b/pkgs/desktops/gnome-2/platform/libgtkhtml/default.nix
@@ -11,5 +11,5 @@ stdenv.mkDerivation {
buildInputs = [ pkgconfig gtk gettext ];
propagatedBuildInputs = [ libxml2 ];
- noHardening_format = true;
+ hardening_format = false;
}