about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorCray Elliott <MP2E@archlinux.us>2014-08-24 03:30:21 -0700
committerPeter Simons <simons@cryp.to>2014-08-24 20:28:12 +0200
commit5ec6492ea078a1710f027e49bdd7c0e7ab45babf (patch)
treeaffa97f6a3b0839a6983c8dda1043084a0ae2e38 /pkgs
parentaf49e4a2b0b9d5d3fbb016ebaf89c29036d2b1fd (diff)
Mark yi and yi-contrib as broken
They no longer build with lens v4.4.0.1 and up
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/editors/yi/yi-contrib.nix2
-rw-r--r--pkgs/applications/editors/yi/yi.nix2
2 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/applications/editors/yi/yi-contrib.nix b/pkgs/applications/editors/yi/yi-contrib.nix
index 59b6992a3692e..2678f0a004890 100644
--- a/pkgs/applications/editors/yi/yi-contrib.nix
+++ b/pkgs/applications/editors/yi/yi-contrib.nix
@@ -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 ];
   };
 })
diff --git a/pkgs/applications/editors/yi/yi.nix b/pkgs/applications/editors/yi/yi.nix
index ae5e9a83452f1..9b9287a50f123 100644
--- a/pkgs/applications/editors/yi/yi.nix
+++ b/pkgs/applications/editors/yi/yi.nix
@@ -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;
   };
 })