mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-13 15:43:39 +00:00
haskellPackages.dunai: unbreak
dunai by default depends on transformers <6.0.0. The list-transformer flag has to be enabled to build against newer versions of transformers.
This commit is contained in:
parent
f0f9aaad24
commit
a503b3afa1
@ -19,6 +19,9 @@ in
|
||||
with haskellLib;
|
||||
|
||||
self: super: {
|
||||
# enable list-transformer, jailbreaking is necessary until next release >0.13.0: https://github.com/ivanperez-keera/dunai/issues/427
|
||||
dunai = doJailbreak (addBuildDepend self.list-transformer (enableCabalFlag "list-transformer" super.dunai));
|
||||
|
||||
# Make sure that Cabal 3.10.* can be built as-is
|
||||
Cabal_3_10_3_0 = doDistribute (super.Cabal_3_10_3_0.override ({
|
||||
Cabal-syntax = self.Cabal-syntax_3_10_3_0;
|
||||
|
@ -1416,7 +1416,6 @@ broken-packages:
|
||||
- dumb-cas # failure in job https://hydra.nixos.org/build/252730634 at 2024-03-16
|
||||
- dump-core # failure in job https://hydra.nixos.org/build/233244428 at 2023-09-02
|
||||
- dunai-core # failure in job https://hydra.nixos.org/build/233255804 at 2023-09-02
|
||||
- dunai # failure in job https://hydra.nixos.org/build/252732304 at 2024-03-16
|
||||
- Dung # failure in job https://hydra.nixos.org/build/233206343 at 2023-09-02
|
||||
- dupIO # failure in job https://hydra.nixos.org/build/236688265 at 2023-10-04
|
||||
- duplo # failure in job https://hydra.nixos.org/build/233237341 at 2023-09-02
|
||||
|
Loading…
Reference in New Issue
Block a user