haskell-temporal-csound is broken. haskell-heroku can't compile its test suite.
This commit is contained in:
parent
ccf7442be4
commit
2a8c78322c
|
@ -491,6 +491,12 @@ self: super: {
|
|||
# https://github.com/NixOS/nixpkgs/issues/6350
|
||||
paypal-adaptive-hoops = overrideCabal super.paypal-adaptive-hoops (drv: { testTarget = "local"; });
|
||||
|
||||
# https://github.com/anton-k/temporal-csound/issues/2
|
||||
temporal-csound = markBrokenVersion "0.4.1" super.temporal-csound;
|
||||
|
||||
# https://github.com/gregwebs/haskell-heroku/issues/9
|
||||
heroku = dontCheck super.heroku;
|
||||
|
||||
} // {
|
||||
|
||||
# Not on Hackage.
|
||||
|
|
Loading…
Reference in New Issue