Skip to content

Commit ae9d449

Browse files
committed
fix: postgresql static build
1 parent 68fdbf9 commit ae9d449

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

flake.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@
8787
postgresql = prev.postgresql.overrideAttrs (_:
8888
final.lib.optionalAttrs (final.stdenv.hostPlatform.isMusl) {
8989
NIX_LDFLAGS = "--push-state --as-needed -lstdc++ --pop-state";
90+
LC_CTYPE = "C";
91+
92+
doCheck = false;
9093
});
9194
})
9295
];

0 commit comments

Comments
 (0)