Skip to content

Commit

Permalink
Merge pull request #111961 from lilyball/vimacs-version
Browse files Browse the repository at this point in the history
vimacs: don't assume vimPackage has a version attribute
  • Loading branch information
SuperSandro2000 authored Aug 11, 2021
2 parents 52b03ba + 276ce86 commit c5c4ef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/editors/vim/vimacs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

stdenv.mkDerivation rec {
pname = "vimacs";
version = vimPackage.version;
version = lib.getVersion vimPackage;
vimPackage = if useMacvim then macvim else vim_configurable;

buildInputs = [ vimPackage vimPlugins.vimacs ];
Expand Down

0 comments on commit c5c4ef9

Please sign in to comment.