mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
haskell-hcltest: mark as broken
Latest version on hackage fails to build.
This commit is contained in:
parent
09c6d80ac0
commit
32fd92e7dc
|
@ -21,5 +21,7 @@ cabal.mkDerivation (self: {
|
|||
description = "A testing library for command line applications";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
hydraPlatforms = self.stdenv.lib.platforms.none;
|
||||
broken = true;
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue