mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
emacsPackages.evil-mc: fix evaluation
This commit is contained in:
parent
be9ad574f7
commit
4f3fc36144
@ -605,7 +605,7 @@ let
|
|||||||
packageRequires = [ evil ];
|
packageRequires = [ evil ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "Multiple cursors implementation for evil-mode";
|
description = "Multiple cursors implementation for evil-mode";
|
||||||
license = gpl3plus;
|
license = gpl3Plus;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user