mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-20 23:51:03 +00:00
haskellPackages.postgresql-simple-postgresql-types: unbreak
The only test suite requires testcontainers-postgresql (docker); skip it with dontCheck. Also drops postgresql-simple-postgresql-types from transitive-broken.yaml now that postgresql-types is unbroken. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -2694,7 +2694,6 @@ dont-distribute-packages:
|
||||
- postgresql-common-persistent
|
||||
- postgresql-pure
|
||||
- postgresql-simple-ltree
|
||||
- postgresql-simple-postgresql-types
|
||||
- postgresql-simple-queue
|
||||
- postgresql-simple-typed
|
||||
- postgresql-tx-query
|
||||
|
||||
@@ -1480,6 +1480,9 @@ builtins.intersectAttrs super {
|
||||
# integration-tests suite needs docker/testcontainers; run only unit-tests.
|
||||
postgresql-types = overrideCabal { testTargets = [ "unit-tests" ]; } super.postgresql-types;
|
||||
|
||||
# only test suite is testcontainers/docker-based
|
||||
postgresql-simple-postgresql-types = dontCheck super.postgresql-simple-postgresql-types;
|
||||
|
||||
users-postgresql-simple = lib.pipe super.users-postgresql-simple [
|
||||
(addTestToolDepends [
|
||||
pkgs.postgresql
|
||||
|
||||
@@ -550882,7 +550882,6 @@ self: {
|
||||
];
|
||||
description = "Integration of \"postgresql-simple\" with \"postgresql-types\"";
|
||||
license = lib.meta.getLicenseFromSpdxId "MIT";
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}
|
||||
) { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user