db: fix build with structuredAttrs (#485406)

This commit is contained in:
Gergő Gutyina
2026-01-31 16:17:23 +00:00
committed by GitHub
+1 -1
View File
@@ -83,7 +83,7 @@ stdenv.mkDerivation (
popd
'';
NIX_CFLAGS_COMPILE = [
env.NIX_CFLAGS_COMPILE = toString [
"-Wno-error=incompatible-pointer-types"
];