mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 20:03:16 +00:00
2a13929e1f
* postgresqlPackages.timescaledb_toolkit: fix on macos It looks like the macOS linker doesn’t like that some of the symbols are undefined in the extension. They will be provided by the postgres binary, but macOS linker checks that all symbols are defined. Apparently, Linux allows these symbols to be undefined. The -undefined flag changes this behavior: > Specifies how undefined symbols are to be treated. Options are: > error, warning, suppress, or dynamic_lookup. The default is error. So, setting to dynamic_lookup makes the most sense here, and makes this package work on macOS. I tried to see if pgvecto-rs, which also uses buildPgrxExtension, would build. Unfortunately, it gave other errors. More information on the bug here: https://github.com/supabase/nix-postgres/issues/10 * Remove stdenv |
||
---|---|---|
.. | ||
ext | ||
patches | ||
12.nix | ||
13.nix | ||
14.nix | ||
15.nix | ||
16.nix | ||
default.nix | ||
generic.nix |