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