From e2844fcfc3d0c984a9356fb4cf82ebab8002841e Mon Sep 17 00:00:00 2001 From: Robin Gloster Date: Thu, 4 Aug 2016 07:40:28 +0000 Subject: [PATCH] fontmatrix: disable fortify hardening --- pkgs/applications/graphics/fontmatrix/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/applications/graphics/fontmatrix/default.nix b/pkgs/applications/graphics/fontmatrix/default.nix index 14ab9c26d7de..fc30a3559105 100644 --- a/pkgs/applications/graphics/fontmatrix/default.nix +++ b/pkgs/applications/graphics/fontmatrix/default.nix @@ -11,6 +11,8 @@ stdenv.mkDerivation rec { nativeBuildInputs = [ cmake ]; + hardeningDisable = [ "format" ]; + meta = { description = "Fontmatrix is a free/libre font explorer for Linux, Windows and Mac"; homepage = http://fontmatrix.be/;