akirak / elinter

Nix-based CI and local testing framework for Emacs Lisp projects
GNU General Public License v3.0
18 stars 2 forks source link

Failure from ELPA packages due to missing `version` attribute in Emacs provided by nix-emacs-ci #34

Closed akirak closed 4 years ago

akirak commented 4 years ago

Encountered the following error while running https://github.com/akirak/elinter-demo/runs/1019831727?check_suite_focus=true:

error: attribute 'version' missing, at /nix/store/r726rsz1ns9f0iap7mh7rb8iz76rwybz-nixpkgs-20.09pre239912.7e545bd7f35/nixpkgs/pkgs/applications/editors/emacs-modes/elpa-packages.nix:53:35 (use '--show-trace' to show detailed location information) error: attribute 'version' missing, at /nix/store/r726rsz1ns9f0iap7mh7rb8iz76rwybz-nixpkgs-20.09pre239912.7e545bd7f35/nixpkgs/pkgs/applications/editors/emacs-modes/elpa-packages.nix:53:35 (use '--show-trace' to show detailed location information)

Nix requires a canonical Emacs version to build an ELPA package here. I will create a PR in nix-emacs-ci later.