mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +03:00
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 New Issue
Block a user