haskell-yi: fixed by upstream

This commit is contained in:
Peter Simons 2015-08-17 17:58:18 +02:00
parent 574e2a5f81
commit b591bec333

View file

@ -919,13 +919,6 @@ 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;
# https://github.com/athanclark/commutative/issues/1
commutative = dontCheck super.commutative;