Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upemacsMacport: Rename emacsVersion attribute to version #75618
Conversation
|
@GrahamcOfBorg build emacsMacport |
|
Here is the error produced before the fix: error: attribute 'version' missing, at /nix/store/dd3rda2yhmn8qdmpdwz4kqwfh5h8af2w-nixpkgs-20.03pre204216.cc6cf0a96a6/nixpkgs/pkgs/applications/editors/emacs-modes/elpa-packages.nix:43:35 |
Changes in #74936 depend on emacs derivations to have a version attribute.
d3d8b77
into
NixOS:master
Changes in #74936 depend on emacs
derivations to have a version attribute.
Motivation for this change
change in #74936 reference "version" attribute in emacs derivations. emacsMacport used "emacsVersion". I found no other references to "emacsVersion" throughout nixpkgs and chose to change the derivation to use version which is in line with the reference found in elpa-packages.nix.
Bug can be reproduced/tested in the repl like so:
Things done
sandboxinnix.confon non-NixOS linux)nix-shell -p nix-review --run "nix-review wip"./result/bin/)nix path-info -Sbefore and after)Notify maintainers
cc @jwiegley @matthewbauer