emacsPackages: include shared overrides in the stable package set

This commit is contained in:
Michael Alan Dorman 2019-08-09 07:53:30 +03:00
parent f311b89ca7
commit 02e13a0478

View File

@ -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);