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.

authored by Ted Reed and committed by Anderson Torres 2e29c38e a62275a2

-3
-3
pkgs/applications/editors/emacs/elisp-packages/elpa-packages.nix
··· 66 66 seq = if lib.versionAtLeast self.emacs.version "27" 67 67 then null 68 68 else super.seq; 69 - project = if lib.versionAtLeast self.emacs.version "28" 70 - then null 71 - else super.project; 72 69 # Compilation instructions for the Ada executables: 73 70 # https://www.nongnu.org/ada-mode/ 74 71 ada-mode = super.ada-mode.overrideAttrs (old: {