mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
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 New Issue
Block a user