emacsPackages: include shared overrides in the stable package set
This commit is contained in:
parent
f311b89ca7
commit
02e13a0478
@ -319,7 +319,7 @@ env NIXPKGS_ALLOW_BROKEN=1 nix-instantiate --show-trace ../../../../ -A emacsPac
|
||||
xml-plus = super."xml+";
|
||||
};
|
||||
|
||||
stable = {
|
||||
stable = shared // {
|
||||
# part of a larger package
|
||||
# upstream issue: missing package version
|
||||
cmake-mode = markBroken (dontConfigure super.cmake-mode);
|
||||
|
Loading…
Reference in New Issue
Block a user