IntersectMBO / cardano-db-sync

A component that follows the Cardano chain and stores blocks and transactions in PostgreSQL
Apache License 2.0
290 stars 162 forks source link

Fix: Static postgresql-12+ #1790

Closed sgillespie closed 3 weeks ago

sgillespie commented 2 months ago

Description

This fixes a string of errors when building static postgresql:

x86_64-unknown-linux-musl-ld: (.text+0xc73): undefined reference to `pg_xyz'

Most importantly, it allows us to update haskell.nix and nixpkgs

Checklist

Migrations

If there is a breaking change, especially a big one, please add a justification here. Please elaborate more what the migration achieves, what it cannot achieve or why a migration is not possible.