Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -244,11 +244,8 @@
# libpq static is pretty broken in nixpkgs. We can't rely on the
# pkg-config, so we have to add the correct libraries ourselves
#
# TODO[sgillespie]: Are these still required? Review the
# postgresql/nixpkgs packaging scripts
#
# "-optl-Wl,-lpgcommon"
# "-optl-Wl,-lpgport"
"-optl-Wl,-lpgcommon"
"-optl-Wl,-lpgport"
"-optl-Wl,-lm"

# Since we aren't using pkg-config, it won't automatically include
Expand Down
Loading