libdwg: disable format hardening flag
This commit is contained in:
parent
06ed235347
commit
2fa03127c8
@ -10,6 +10,8 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
nativeBuildInputs = [ indent ];
|
nativeBuildInputs = [ indent ];
|
||||||
|
|
||||||
|
hardeningDisable = [ "format" ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "library reading dwg files";
|
description = "library reading dwg files";
|
||||||
homepage = http://libdwg.sourceforge.net/en/;
|
homepage = http://libdwg.sourceforge.net/en/;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user