Skip to content

Commit 337be4e

Browse files
committed
Structured attributes are now required when building with separateDebugInfo
See NixOS/nixpkgs#394674
1 parent a134dd4 commit 337be4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nix/postgresql/generic.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ let
147147
enableParallelBuilding = true;
148148

149149
separateDebugInfo = true;
150+
__structuredAttrs = true;
150151

151152
buildFlags = [ "world-bin" ];
152153

0 commit comments

Comments
 (0)