subtitleeditor: disable format hardening
This commit is contained in:
parent
e7be1168ba
commit
8f1e9d91be
@ -41,6 +41,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
|
||||||
|
hardeningDisable = [ "format" ];
|
||||||
|
|
||||||
patches = [ ./subtitleeditor-0.52.1-build-fix.patch ];
|
patches = [ ./subtitleeditor-0.52.1-build-fix.patch ];
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user