From 2e29c38ec41236bef9a4ae8001beb47bc215d99c Mon Sep 17 00:00:00 2001 From: Ted Reed Date: Wed, 15 Mar 2023 15:39:01 -0700 Subject: [PATCH] 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. --- .../editors/emacs/elisp-packages/elpa-packages.nix | 3 --- 1 file changed, 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 2a98995b5d59..1ffdb3365503 100644 --- a/pkgs/applications/editors/emacs/elisp-packages/elpa-packages.nix +++ b/pkgs/applications/editors/emacs/elisp-packages/elpa-packages.nix @@ -66,9 +66,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: {