duperemove: add -Wno-error=format-security to CFLAGS

This commit is contained in:
pongo1231
2023-11-21 01:20:12 +01:00
parent 9a7ff8709b
commit c9da1f6842
@@ -33,6 +33,7 @@ stdenv.mkDerivation rec {
makeFlags = [
"PREFIX=${placeholder "out"}"
"VERSION=v${version}"
"CFLAGS=-Wno-error=format-security"
];
passthru.tests.version = testers.testVersion {