emacsPackagesNg: mark -rtags packages broken

They're all trying to use the same `configure` script that expects
/bin/bash.  This should be correctable.
This commit is contained in:
Michael Alan Dorman 2017-12-18 13:44:36 -05:00
parent e529c6fd1f
commit 21bcd523eb
2 changed files with 30 additions and 0 deletions

View File

@ -36,6 +36,9 @@ self:
}); });
overrides = { overrides = {
# Expects bash to be at /bin/bash
ac-rtags = markBroken super.ac-rtags;
# upstream issue: mismatched filename # upstream issue: mismatched filename
ack-menu = markBroken super.ack-menu; ack-menu = markBroken super.ack-menu;
@ -53,6 +56,9 @@ self:
# upstream issue: missing package version # upstream issue: missing package version
cmake-mode = markBroken (dontConfigure super.cmake-mode); cmake-mode = markBroken (dontConfigure super.cmake-mode);
# Expects bash to be at /bin/bash
company-rtags = markBroken super.company-rtags;
# upstream issue: missing file header # upstream issue: missing file header
connection = markBroken super.connection; connection = markBroken super.connection;
@ -89,6 +95,9 @@ self:
# missing OCaml # missing OCaml
flycheck-ocaml = markBroken super.flycheck-ocaml; flycheck-ocaml = markBroken super.flycheck-ocaml;
# Expects bash to be at /bin/bash
flycheck-rtags = markBroken super.flycheck-rtags;
# upstream issue: missing file header # upstream issue: missing file header
fold-dwim = markBroken super.fold-dwim; fold-dwim = markBroken super.fold-dwim;
@ -98,6 +107,9 @@ self:
# upstream issue: mismatched filename # upstream issue: mismatched filename
helm-lobsters = markBroken super.helm-lobsters; helm-lobsters = markBroken super.helm-lobsters;
# Expects bash to be at /bin/bash
helm-rtags = markBroken super.helm-rtags;
# upstream issue: missing file header # upstream issue: missing file header
helm-words = markBroken super.helm-words; helm-words = markBroken super.helm-words;
@ -107,6 +119,9 @@ self:
# upstream issue: missing file header # upstream issue: missing file header
initsplit = markBroken super.initsplit; initsplit = markBroken super.initsplit;
# Expects bash to be at /bin/bash
ivy-rtags = markBroken super.ivy-rtags;
# upstream issue: missing file header # upstream issue: missing file header
jsfmt = markBroken super.jsfmt; jsfmt = markBroken super.jsfmt;

View File

@ -38,6 +38,9 @@ self:
# upstream issue: mismatched filename # upstream issue: mismatched filename
ack-menu = markBroken super.ack-menu; ack-menu = markBroken super.ack-menu;
# Expects bash to be at /bin/bash
ac-rtags = markBroken super.ac-rtags;
airline-themes = super.airline-themes.override { airline-themes = super.airline-themes.override {
inherit (self.melpaPackages) powerline; inherit (self.melpaPackages) powerline;
}; };
@ -52,6 +55,9 @@ self:
# upstream issue: missing package version # upstream issue: missing package version
cmake-mode = markBroken (dontConfigure super.cmake-mode); cmake-mode = markBroken (dontConfigure super.cmake-mode);
# Expects bash to be at /bin/bash
company-rtags = markBroken super.company-rtags;
# upstream issue: missing file header # upstream issue: missing file header
connection = markBroken super.connection; connection = markBroken super.connection;
@ -91,6 +97,9 @@ self:
# missing OCaml # missing OCaml
flycheck-ocaml = markBroken super.flycheck-ocaml; flycheck-ocaml = markBroken super.flycheck-ocaml;
# Expects bash to be at /bin/bash
flycheck-rtags = markBroken super.flycheck-rtags;
# upstream issue: missing file header # upstream issue: missing file header
fold-dwim = markBroken super.fold-dwim; fold-dwim = markBroken super.fold-dwim;
@ -100,12 +109,18 @@ self:
# upstream issue: mismatched filename # upstream issue: mismatched filename
helm-lobsters = markBroken super.helm-lobsters; helm-lobsters = markBroken super.helm-lobsters;
# Expects bash to be at /bin/bash
helm-rtags = markBroken super.helm-rtags;
# upstream issue: missing file header # upstream issue: missing file header
ido-complete-space-or-hyphen = markBroken super.ido-complete-space-or-hyphen; ido-complete-space-or-hyphen = markBroken super.ido-complete-space-or-hyphen;
# upstream issue: missing file header # upstream issue: missing file header
initsplit = markBroken super.initsplit; initsplit = markBroken super.initsplit;
# Expects bash to be at /bin/bash
ivy-rtags = markBroken super.ivy-rtags;
# upstream issue: missing file header # upstream issue: missing file header
jsfmt = markBroken super.jsfmt; jsfmt = markBroken super.jsfmt;