mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-05-07 16:37:04 +00:00
emacsPackages: include shared overrides in the stable package set
This commit is contained in:
parent
f311b89ca7
commit
02e13a0478
1 changed files with 1 additions and 1 deletions
|
@ -319,7 +319,7 @@ env NIXPKGS_ALLOW_BROKEN=1 nix-instantiate --show-trace ../../../../ -A emacsPac
|
||||||
xml-plus = super."xml+";
|
xml-plus = super."xml+";
|
||||||
};
|
};
|
||||||
|
|
||||||
stable = {
|
stable = shared // {
|
||||||
# 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…
Add table
Reference in a new issue