mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
haskell-text-show: test suite doesn't compile because of missing overlap.h header
This commit is contained in:
parent
c924672374
commit
51de585de2
1 changed files with 3 additions and 0 deletions
|
@ -378,6 +378,9 @@ self: super: {
|
|||
# https://github.com/rrnewton/haskell-lockfree/issues/44
|
||||
chaselev-deque = markBrokenVersion "0.5.0.3" super.chaselev-deque;
|
||||
|
||||
# http://hydra.cryp.to/build/526196/nixlog/2/raw
|
||||
text-show = dontCheck super.text-show;
|
||||
|
||||
} // {
|
||||
|
||||
# Not on Hackage.
|
||||
|
|
Loading…
Reference in a new issue