emacsPackages.jsfmt: Unmark as broken from melpa stable

This commit is contained in:
adisbladis 2019-08-31 23:47:34 +01:00
parent 178ba4dd05
commit 594b9a15b3
No known key found for this signature in database
GPG Key ID: 110BFAD44C6249B7
1 changed files with 2 additions and 3 deletions

View File

@ -147,9 +147,6 @@ env NIXPKGS_ALLOW_BROKEN=1 nix-instantiate --show-trace ../../../../ -A emacsPac
# Expects bash to be at /bin/bash
ivy-rtags = markBroken super.ivy-rtags;
# upstream issue: missing file header
jsfmt = markBroken super.jsfmt;
# upstream issue: missing file header
maxframe = markBroken super.maxframe;
@ -339,6 +336,8 @@ env NIXPKGS_ALLOW_BROKEN=1 nix-instantiate --show-trace ../../../../ -A emacsPac
# missing OCaml
flycheck-ocaml = markBroken super.flycheck-ocaml;
# upstream issue: missing file header
jsfmt = markBroken super.jsfmt;
# upstream issue: missing dependency
fold-dwim-org = markBroken super.fold-dwim-org;