mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
haskell-hspec-wai: disable builds because it depends on broken hspec2
This commit is contained in:
parent
1e7885f9c2
commit
1851efa1a7
|
@ -21,5 +21,6 @@ cabal.mkDerivation (self: {
|
|||
description = "Experimental Hspec support for testing WAI applications (depends on hspec2!)";
|
||||
license = self.stdenv.lib.licenses.mit;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
hydraPlatforms = self.stdenv.lib.platforms.none;
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue