From d13d46fea03a6b60cb9caf0c5ca2bde1355d9f87 Mon Sep 17 00:00:00 2001 From: Robin Gloster Date: Mon, 8 Feb 2016 00:28:41 +0000 Subject: [PATCH] wordnet: turn off format hardening --- pkgs/applications/misc/wordnet/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/applications/misc/wordnet/default.nix b/pkgs/applications/misc/wordnet/default.nix index b244e9c1bfc..d5edf2a4d58 100644 --- a/pkgs/applications/misc/wordnet/default.nix +++ b/pkgs/applications/misc/wordnet/default.nix @@ -10,6 +10,8 @@ stdenv.mkDerivation { buildInputs = [tcl tk xlibsWrapper makeWrapper]; + hardening_format = false; + patchPhase = '' sed "13i#define USE_INTERP_RESULT 1" -i src/stubs.c '';