tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
duperemove: add -Wno-error=format-security to CFLAGS
pongo1231
2 years ago
c9da1f68
9a7ff870
+1
1 changed file
expand all
collapse all
unified
split
pkgs
tools
filesystems
duperemove
default.nix
+1
pkgs/tools/filesystems/duperemove/default.nix
···
33
33
makeFlags = [
34
34
"PREFIX=${placeholder "out"}"
35
35
"VERSION=v${version}"
36
36
+
"CFLAGS=-Wno-error=format-security"
36
37
];
37
38
38
39
passthru.tests.version = testers.testVersion {