ploticus: disable format hardening
This commit is contained in:
parent
56f03166e1
commit
8b7dc1a3d6
@ -11,6 +11,8 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
buildInputs = [ zlib libX11 libpng ];
|
buildInputs = [ zlib libX11 libpng ];
|
||||||
|
|
||||||
|
hardeningDisable = [ "format" ];
|
||||||
|
|
||||||
patches = [ ./ploticus-install.patch ];
|
patches = [ ./ploticus-install.patch ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user