mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
beam-migrate: jailbreak because of too strict upper bound on pqueue
This commit is contained in:
parent
8c61a34500
commit
d206b6d73b
@ -1345,6 +1345,10 @@ self: super: {
|
||||
(dontCheckIf (!pkgs.postgresql.doCheck))
|
||||
];
|
||||
|
||||
# Requires pqueue <1.5 but it works fine with pqueue-1.5.0.0
|
||||
# https://github.com/haskell-beam/beam/pull/705
|
||||
beam-migrate = doJailbreak super.beam-migrate;
|
||||
|
||||
users-postgresql-simple = addTestToolDepends [
|
||||
pkgs.postgresql
|
||||
pkgs.postgresqlTestHook
|
||||
|
@ -381,7 +381,6 @@ broken-packages:
|
||||
- bdo # failure in job https://hydra.nixos.org/build/233216486 at 2023-09-02
|
||||
- beamable # failure in job https://hydra.nixos.org/build/233211619 at 2023-09-02
|
||||
- beam # failure in job https://hydra.nixos.org/build/233213313 at 2023-09-02
|
||||
- beam-migrate # failure in job https://hydra.nixos.org/build/252730758 at 2024-03-16
|
||||
- beam-mysql # failure in job https://hydra.nixos.org/build/233253237 at 2023-09-02
|
||||
- beam-newtype-field # failure in job https://hydra.nixos.org/build/233206317 at 2023-09-02
|
||||
- bech32 # failure in job https://hydra.nixos.org/build/233194823 at 2023-09-02
|
||||
|
Loading…
Reference in New Issue
Block a user