httpdirfs: fix build

This commit is contained in:
Anthony ROUSSEL
2025-07-24 23:39:17 +02:00
parent a77db9da3e
commit 91c5661f48
+5
View File
@@ -41,6 +41,11 @@ stdenv.mkDerivation (finalAttrs: {
libuuid
];
env.NIX_CFLAGS_COMPILE = toString [
"-Wno-error=attribute-warning"
"-Wno-error=pedantic"
];
passthru = {
tests.version = testers.testVersion {
command = "${lib.getExe finalAttrs.finalPackage} --version";