about summary refs log tree commit diff
path: root/pkgs/applications/editors/emacs/elisp-packages/elpa-packages.nix
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-18 08:04:29 -0300
commit2e29c38ec41236bef9a4ae8001beb47bc215d99c (patch)
tree78be1aae64169931f2782e146731bcc4b0dd0fe7 /pkgs/applications/editors/emacs/elisp-packages/elpa-packages.nix
parenta62275a2e5b1192af18ae620849b49ea3a37be79 (diff)
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.
Diffstat (limited to 'pkgs/applications/editors/emacs/elisp-packages/elpa-packages.nix')
-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 2a98995b5d599..1ffdb33655036 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: {