From 156005fef48652c4f0c4e159977b3603637afc3e Mon Sep 17 00:00:00 2001 From: Pablo Ovelleiro Corral Date: Wed, 23 Aug 2023 21:44:16 +0200 Subject: [PATCH] Remove hardeningDisable attribute --- pkgs/applications/graphics/fontmatrix/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/applications/graphics/fontmatrix/default.nix b/pkgs/applications/graphics/fontmatrix/default.nix index f42ae0be249a..6945c3ac3ae4 100644 --- a/pkgs/applications/graphics/fontmatrix/default.nix +++ b/pkgs/applications/graphics/fontmatrix/default.nix @@ -21,8 +21,6 @@ mkDerivation rec { nativeBuildInputs = [ cmake ]; - hardeningDisable = [ "format" ]; - meta = with lib; { description = "Fontmatrix is a free/libre font explorer for Linux, Windows and Mac"; homepage = "https://github.com/fontmatrix/fontmatrix";