haskellPackages.HDBC-postgresql: unbreak
We split pg_config from libpq a while ago, so need to provide it manually for those packages that can't use pkgconfig.
This commit is contained in:
@@ -2538,7 +2538,6 @@ broken-packages:
|
||||
- hdaemonize-buildfix # failure in job https://hydra.nixos.org/build/233225678 at 2023-09-02
|
||||
- hdbc-aeson # failure in job https://hydra.nixos.org/build/233240596 at 2023-09-02
|
||||
- HDBC-mysql # failure in job https://hydra.nixos.org/build/233205323 at 2023-09-02
|
||||
- HDBC-postgresql # failure in job https://hydra.nixos.org/build/295090953 at 2025-04-22
|
||||
- hdbc-postgresql-hstore # failure in job https://hydra.nixos.org/build/233201143 at 2023-09-02
|
||||
- HDBC-postgresql-hstore # failure in job https://hydra.nixos.org/build/233243932 at 2023-09-02
|
||||
- hdevtools # failure in job https://hydra.nixos.org/build/233229115 at 2023-09-02
|
||||
|
||||
@@ -2969,7 +2969,6 @@ dont-distribute-packages:
|
||||
- regular-xmlpickler
|
||||
- reheat
|
||||
- rel8
|
||||
- relational-query-postgresql-pure
|
||||
- relative-date
|
||||
- remote-json
|
||||
- remote-json-client
|
||||
@@ -3574,7 +3573,6 @@ dont-distribute-packages:
|
||||
- type-structure
|
||||
- type-sub-th
|
||||
- typecheck-plugin-nat-simple_0_1_0_11
|
||||
- typed-admin
|
||||
- typed-encoding-encoding
|
||||
- typed-gui
|
||||
- typed-streams
|
||||
|
||||
@@ -1704,6 +1704,10 @@ builtins.intersectAttrs super {
|
||||
|
||||
postgresql-libpq-pkgconfig = addPkgconfigDepend pkgs.libpq super.postgresql-libpq-pkgconfig;
|
||||
|
||||
HDBC-postgresql = overrideCabal (drv: {
|
||||
libraryToolDepends = (drv.libraryToolDepends or [ ]) ++ [ pkgs.libpq.pg_config ];
|
||||
}) super.HDBC-postgresql;
|
||||
|
||||
# Test failure is related to a GHC implementation detail of primitives and doesn't
|
||||
# cause actual problems in dependent packages, see https://github.com/lehins/pvar/issues/4
|
||||
pvar = dontCheck super.pvar;
|
||||
|
||||
@@ -17731,8 +17731,6 @@ self: {
|
||||
librarySystemDepends = [ libpq ];
|
||||
description = "PostgreSQL driver for HDBC";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}
|
||||
) { inherit (pkgs) libpq; };
|
||||
|
||||
@@ -564244,7 +564242,6 @@ self: {
|
||||
];
|
||||
description = "The connector of relational-record and postgresql-pure";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}
|
||||
) { };
|
||||
|
||||
@@ -685372,7 +685369,6 @@ self: {
|
||||
];
|
||||
description = "Admin console framework";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}
|
||||
) { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user