Remove hardeningDisable attribute

This commit is contained in:
Pablo Ovelleiro Corral 2023-08-23 21:44:16 +02:00
parent a7941173c8
commit 156005fef4
Signed by untrusted user: pinpox
GPG key ID: 29E9A6ED72CCB334

View file

@ -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";