mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
haskellngPackages.stm-conduit: 2.6.0 fails to build tests
This commit is contained in:
parent
22a26e4c32
commit
208400cb3e
1 changed files with 3 additions and 0 deletions
|
@ -494,6 +494,9 @@ self: super: {
|
|||
# https://github.com/joeyadams/haskell-stm-delay/issues/3
|
||||
stm-delay = dontCheck super.stm-delay;
|
||||
|
||||
# https://github.com/cgaebel/stm-conduit/issues/33
|
||||
stm-conduit = dontCheck super.stm-conduit;
|
||||
|
||||
# https://github.com/fumieval/call/issues/3
|
||||
call = markBrokenVersion "0.1.2" super.call;
|
||||
rhythm-game-tutorial = dontDistribute super.rhythm-game-tutorial; # depends on call
|
||||
|
|
Loading…
Reference in a new issue