tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
ploticus: disable format hardening
Franz Pletz
9 years ago
8b7dc1a3
56f03166
+2
1 changed file
expand all
collapse all
unified
split
pkgs
tools
graphics
ploticus
default.nix
+2
pkgs/tools/graphics/ploticus/default.nix
···
11
12
buildInputs = [ zlib libX11 libpng ];
13
0
0
14
patches = [ ./ploticus-install.patch ];
15
16
meta = with stdenv.lib; {
···
11
12
buildInputs = [ zlib libX11 libpng ];
13
14
+
hardeningDisable = [ "format" ];
15
+
16
patches = [ ./ploticus-install.patch ];
17
18
meta = with stdenv.lib; {