ploticus: disable format hardening
This commit is contained in:
@@ -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; {
|
||||||
|
|||||||
Reference in New Issue
Block a user