duperemove: add -Wno-error=format-security to CFLAGS
This commit is contained in:
@@ -33,6 +33,7 @@ stdenv.mkDerivation rec {
|
||||
makeFlags = [
|
||||
"PREFIX=${placeholder "out"}"
|
||||
"VERSION=v${version}"
|
||||
"CFLAGS=-Wno-error=format-security"
|
||||
];
|
||||
|
||||
passthru.tests.version = testers.testVersion {
|
||||
|
||||
Reference in New Issue
Block a user