mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 22:20:51 +00:00
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 a new issue