forked from mirrors/nixpkgs
haskell-hcltest: mark "broken"
Can't deal with lens 4.4: http://hydra.cryp.to/build/180379/nixlog/1/raw
This commit is contained in:
parent
cd274d60b2
commit
7287a9fd84
|
@ -20,5 +20,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