Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

haskellPackages.postgresql-libpq-configure: unbreak #350404

Closed
Show file tree
Hide file tree
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
5 changes: 5 additions & 0 deletions pkgs/development/haskell-modules/configuration-common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1336,6 +1336,11 @@ self: super: {
pkgs.postgresqlTestHook
] super.postgresql-simple;

# Requires pg_config program from postgresql.
postgresql-libpq-configure = addBuildTool pkgs.postgresql super.postgresql-libpq-configure;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't we also need psotgresql in library depends additionally?


postgresql-libpq-pkgconfig = addPkgconfigDepend pkgs.postgresql super.postgresql-libpq-pkgconfig;

beam-postgres = lib.pipe super.beam-postgres [
# Requires pg_ctl command during tests
(addTestToolDepends [pkgs.postgresql])
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4702,8 +4702,6 @@ broken-packages:
- postgresql-config # failure in job https://hydra.nixos.org/build/233197788 at 2023-09-02
- postgresql-cube # failure in job https://hydra.nixos.org/build/233195283 at 2023-09-02
- PostgreSQL # failure in job https://hydra.nixos.org/build/233258066 at 2023-09-02
- postgresql-libpq-configure # doesn't declare system deps, but only needed for postgresql-libpq >= 0.11
- postgresql-libpq-pkgconfig # doesn't declare system deps, but only needed for postgresql-libpq >= 0.11
- postgresql-lo-stream # failure in job https://hydra.nixos.org/build/233194012 at 2023-09-02
- postgresql-ltree # failure in job https://hydra.nixos.org/build/233199998 at 2023-09-02
- postgresql-named # failure in job https://hydra.nixos.org/build/233241920 at 2023-09-02
Expand Down
4 changes: 0 additions & 4 deletions pkgs/development/haskell-modules/hackage-packages.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.