emacs-packages: Unmark bufshow as broken from melpa
This commit is contained in:
parent
1c687eb4e4
commit
10852183ba
@ -42,9 +42,6 @@ env NIXPKGS_ALLOW_BROKEN=1 nix-instantiate --show-trace ../../../../ -A emacsPac
|
|||||||
inherit (self.melpaPackages) powerline;
|
inherit (self.melpaPackages) powerline;
|
||||||
};
|
};
|
||||||
|
|
||||||
# upstream issue: missing file header
|
|
||||||
bufshow = markBroken super.bufshow;
|
|
||||||
|
|
||||||
# part of a larger package
|
# part of a larger package
|
||||||
caml = dontConfigure super.caml;
|
caml = dontConfigure super.caml;
|
||||||
|
|
||||||
@ -317,6 +314,10 @@ env NIXPKGS_ALLOW_BROKEN=1 nix-instantiate --show-trace ../../../../ -A emacsPac
|
|||||||
};
|
};
|
||||||
|
|
||||||
stable = shared // {
|
stable = shared // {
|
||||||
|
|
||||||
|
# upstream issue: missing file header
|
||||||
|
bufshow = markBroken super.bufshow;
|
||||||
|
|
||||||
# part of a larger package
|
# part of a larger package
|
||||||
# upstream issue: missing package version
|
# upstream issue: missing package version
|
||||||
cmake-mode = markBroken (dontConfigure super.cmake-mode);
|
cmake-mode = markBroken (dontConfigure super.cmake-mode);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user