mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 04:04:06 +01:00
db: fix build with structuredAttrs
This commit is contained in:
parent
57e4578ad8
commit
2b382aefc8
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ stdenv.mkDerivation (
|
|||
popd
|
||||
'';
|
||||
|
||||
NIX_CFLAGS_COMPILE = [
|
||||
env.NIX_CFLAGS_COMPILE = toString [
|
||||
"-Wno-error=incompatible-pointer-types"
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue