db: fix build with structuredAttrs (#485406)
This commit is contained in:
@@ -83,7 +83,7 @@ stdenv.mkDerivation (
|
||||
popd
|
||||
'';
|
||||
|
||||
NIX_CFLAGS_COMPILE = [
|
||||
env.NIX_CFLAGS_COMPILE = toString [
|
||||
"-Wno-error=incompatible-pointer-types"
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user