3
0
Fork 0
forked from mirrors/nixpkgs

emacsPackages.textmate: Unmark as broken

This commit is contained in:
adisbladis 2019-08-31 23:50:11 +01:00
parent edcf307762
commit d2bb61139c
No known key found for this signature in database
GPG key ID: 110BFAD44C6249B7

View file

@ -228,9 +228,6 @@ env NIXPKGS_ALLOW_BROKEN=1 nix-instantiate --show-trace ../../../../ -A emacsPac
});
# upstream issue: missing file header
textmate = markBroken super.textmate;
# missing OCaml
utop = markBroken super.utop;
@ -339,6 +336,9 @@ env NIXPKGS_ALLOW_BROKEN=1 nix-instantiate --show-trace ../../../../ -A emacsPac
# upstream issue: missing file header
speech-tagger = markBroken super.speech-tagger;
# upstream issue: missing file header
textmate = markBroken super.textmate;
# upstream issue: missing file header
link = markBroken super.link;