summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-08-15 20:12:15 +0200
committerPeter Simons <simons@cryp.to>2015-08-15 20:25:01 +0200
commit23761a4fd6ed9a14626ed2506fc0af78190f8990 (patch)
treeeb9cd72245a4eb4c8eccd451bd8f58a1bd8f866e /pkgs/development/haskell-modules/configuration-common.nix
parentaae5f5d80ed2b15c1c9e1ac242807dd642b4f937 (diff)
downloadnixpkgs-23761a4fd6ed9a14626ed2506fc0af78190f8990.tar
nixpkgs-23761a4fd6ed9a14626ed2506fc0af78190f8990.tar.gz
nixpkgs-23761a4fd6ed9a14626ed2506fc0af78190f8990.tar.bz2
nixpkgs-23761a4fd6ed9a14626ed2506fc0af78190f8990.tar.lz
nixpkgs-23761a4fd6ed9a14626ed2506fc0af78190f8990.tar.xz
nixpkgs-23761a4fd6ed9a14626ed2506fc0af78190f8990.tar.zst
nixpkgs-23761a4fd6ed9a14626ed2506fc0af78190f8990.zip
haskell-yi is broken
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 758397de1ab..a71dae696cf 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -927,4 +927,12 @@ self: super: {
 
   # https://github.com/GaloisInc/HaNS/pull/8
   hans = appendPatch super.hans ./patches/hans-disable-webserver.patch;
+
+  # https://github.com/yi-editor/yi/issues/776
+  yi = markBroken super.yi;
+  yi-monokai = dontDistribute super.yi-monokai;
+  yi-snippet = dontDistribute super.yi-snippet;
+  yi-solarized = dontDistribute super.yi-solarized;
+  yi-spolsky = dontDistribute super.yi-spolsky;
+
 }