From abac1eb91893a67a20dae8710ac41a76061e6b36 Mon Sep 17 00:00:00 2001 From: Robin Gloster Date: Mon, 22 Feb 2016 01:43:25 +0000 Subject: [PATCH] inferno: turn off fortify hardening --- pkgs/applications/inferno/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/applications/inferno/default.nix b/pkgs/applications/inferno/default.nix index a0e2796a302..a1c4bd912f2 100644 --- a/pkgs/applications/inferno/default.nix +++ b/pkgs/applications/inferno/default.nix @@ -54,6 +54,8 @@ stdenv.mkDerivation rec { --set INFERNO_ROOT "$out/share/inferno" ''; + hardening_fortify = false; + meta = { description = "A compact distributed operating system for building cross-platform distributed systems"; homepage = "http://inferno-os.org/";