forked from mirrors/nixpkgs
haskell-yi is broken
This commit is contained in:
parent
aae5f5d80e
commit
23761a4fd6
|
@ -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;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue