db: fix build with structuredAttrs

This commit is contained in:
Stefan Frijters
2026-01-30 18:16:17 +01:00
parent 57e4578ad8
commit 2b382aefc8
+1 -1
View File
@@ -83,7 +83,7 @@ stdenv.mkDerivation (
popd
'';
NIX_CFLAGS_COMPILE = [
env.NIX_CFLAGS_COMPILE = toString [
"-Wno-error=incompatible-pointer-types"
];