Skip to content

Commit 1a443e6

Browse files
jfrochesamrose
authored andcommitted
Structured attributes are now required when building with separateDebugInfo
See NixOS/nixpkgs#394674
1 parent 8f4f8dd commit 1a443e6

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
@@ -149,6 +149,7 @@ let
149149
enableParallelBuilding = true;
150150

151151
separateDebugInfo = true;
152+
__structuredAttrs = true;
152153

153154
buildFlags = [ "world-bin" ];
154155

0 commit comments

Comments
 (0)