diff --git a/flake.nix b/flake.nix index 15f9d7cfc..f944407e5 100644 --- a/flake.nix +++ b/flake.nix @@ -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