emacs.pkgs.elpaPackages: move builtin packages to common overrides

This commit is contained in:
Lin Jian
2024-09-15 03:49:13 +08:00
parent 64fc1f5170
commit b525bba371
2 changed files with 5 additions and 4 deletions
@@ -6,6 +6,11 @@ let
libExt = pkgs.stdenv.hostPlatform.extensions.sharedLibrary;
in
{
cl-lib = null; # builtin
cl-print = null; # builtin
tle = null; # builtin
advice = null; # builtin
# TODO delete this when we get upstream fix https://debbugs.gnu.org/cgi/bugreport.cgi?bug=73241
eglot = super.eglot.overrideAttrs (old: {
postInstall =
@@ -56,10 +56,6 @@ self: let
then markBroken super.org-transclusion
else super.org-transclusion;
rcirc-menu = markBroken super.rcirc-menu; # Missing file header
cl-lib = null; # builtin
cl-print = null; # builtin
tle = null; # builtin
advice = null; # builtin
# Compilation instructions for the Ada executables:
# https://www.nongnu.org/ada-mode/
ada-mode = super.ada-mode.overrideAttrs (old: {