summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Reed <ted.reed@gmail.com>2023-03-15 15:39:01 -0700
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-03-21 16:48:12 +0000
commitd618439cb41bb243f9bd25f26a52d0a1c9f24a61 (patch)
tree1da897b91505a367776b1e1843ac4c582aafb5b3
parentMerge pull request #222366 from NixOS/backport-221896-to-release-22.11 (diff)
downloadnixpkgs-origin/backport-221386-to-release-22.11.tar.gz
emacs.pkgs.project: Use project from elpaorigin/backport-221386-to-release-22.11
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: {