db: fix build with structuredAttrs

This commit is contained in:
Stefan Frijters 2026-01-30 18:12:05 +01:00
parent 57e4578ad8
commit 2b382aefc8
No known key found for this signature in database
GPG key ID: 7619A6BC6E7DFA6F

View file

@ -83,7 +83,7 @@ stdenv.mkDerivation (
popd
'';
NIX_CFLAGS_COMPILE = [
env.NIX_CFLAGS_COMPILE = toString [
"-Wno-error=incompatible-pointer-types"
];