tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
fontmatrix: disable fortify hardening
Robin Gloster
9 years ago
e2844fcf
56e69fcc
+2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
graphics
fontmatrix
default.nix
+2
pkgs/applications/graphics/fontmatrix/default.nix
···
11
11
12
12
nativeBuildInputs = [ cmake ];
13
13
14
14
+
hardeningDisable = [ "format" ];
15
15
+
14
16
meta = {
15
17
description = "Fontmatrix is a free/libre font explorer for Linux, Windows and Mac";
16
18
homepage = http://fontmatrix.be/;