diff --git a/pkgs/development/haskell-modules/configuration-nix.nix b/pkgs/development/haskell-modules/configuration-nix.nix index 3cf63a8c2e36..0d0362362f48 100644 --- a/pkgs/development/haskell-modules/configuration-nix.nix +++ b/pkgs/development/haskell-modules/configuration-nix.nix @@ -1353,6 +1353,8 @@ builtins.intersectAttrs super { ]; doCheck = drv.doCheck or true && !(pkgs.postgresqlTestHook.meta.broken); }) super.haskell-pgmq; + # Needs pgmq available at test time with somehow preinitialized database (?) + stakhanov = dontCheck super.stakhanov; migrant-postgresql-simple = lib.pipe super.migrant-postgresql-simple [ (overrideCabal {