mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
haskell-shelly: test suite has been fixed upstream
This commit is contained in:
parent
4139c6c809
commit
b49b2d9bba
|
@ -895,7 +895,4 @@ self: super: {
|
|||
# https://ghc.haskell.org/trac/ghc/ticket/9825
|
||||
vimus = overrideCabal super.vimus (drv: { broken = pkgs.stdenv.isLinux && pkgs.stdenv.isi686; });
|
||||
|
||||
# https://github.com/yesodweb/Shelly.hs/issues/105
|
||||
shelly = dontCheck super.shelly;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue