Mark yi and yi-contrib as broken
They no longer build with lens v4.4.0.1 and up
This commit is contained in:
parent
af49e4a2b0
commit
5ec6492ea0
@ -13,7 +13,9 @@ cabal.mkDerivation (self: {
|
||||
homepage = "http://haskell.org/haskellwiki/Yi";
|
||||
description = "Add-ons to Yi, the Haskell-Scriptable Editor";
|
||||
license = "GPL";
|
||||
broken = true;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
hydraPlatforms = self.stdenv.lib.platforms.none;
|
||||
maintainers = with self.stdenv.lib.maintainers; [ fuuzetsu ];
|
||||
};
|
||||
})
|
||||
|
@ -58,6 +58,8 @@ cabal.mkDerivation (self: {
|
||||
description = "The Haskell-Scriptable Editor";
|
||||
license = self.stdenv.lib.licenses.gpl2;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
hydraPlatforms = self.stdenv.lib.platforms.none;
|
||||
maintainers = [ self.stdenv.lib.maintainers.fuuzetsu ];
|
||||
broken = true;
|
||||
};
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user