summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Reed <ted.reed@gmail.com>2023-03-15 15:39:01 -0700
committerAnderson Torres <torres.anderson.85@protonmail.com>2023-03-21 16:35:01 -0300
commit7097907c33b724dfc39d1d4ec6464db9805b4a83 (patch)
tree2122dcbc13f149436319c1c9f5506f0b6ea6c968
parentMerge pull request #222369 from NixOS/backport-222333-to-release-22.11 (diff)
downloadnixpkgs-7097907c33b724dfc39d1d4ec6464db9805b4a83.tar.gz
emacs.pkgs.project: Use project from elpa
The version of project on ELPA has now moved well beyond what was available in emacs 28, and packages such as eglot are depending on these newer versions. (cherry picked from commit f220e84f8ac3ae50c634d31bbb257b406535d476)
-rw-r--r--pkgs/applications/editors/emacs/elisp-packages/elpa-packages.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/applications/editors/emacs/elisp-packages/elpa-packages.nix b/pkgs/applications/editors/emacs/elisp-packages/elpa-packages.nix
index 3b19adfa1719..2b1880134b06 100644
--- a/pkgs/applications/editors/emacs/elisp-packages/elpa-packages.nix
+++ b/pkgs/applications/editors/emacs/elisp-packages/elpa-packages.nix
@@ -65,9 +65,6 @@ self: let
seq = if lib.versionAtLeast self.emacs.version "27"
then null
else super.seq;
- project = if lib.versionAtLeast self.emacs.version "28"
- then null
- else super.project;
# Compilation instructions for the Ada executables:
# https://www.nongnu.org/ada-mode/
ada-mode = super.ada-mode.overrideAttrs (old: {