diff options
| author | Matthieu Coudron <mcoudron@hotmail.com> | 2022-09-11 21:48:38 +0200 |
|---|---|---|
| committer | Matthieu Coudron <teto@users.noreply.github.com> | 2022-10-13 19:57:35 +0200 |
| commit | 2acce7dfdcf382757e6fe219e04668e7a63bf48a (patch) | |
| tree | e4cf67207e8093345669ad07025ebab07623fd29 /pkgs/development/python-modules/python-mapnik | |
| parent | dbcd78e3419b7f585c655c77c99935cf86499eaa (diff) | |
vimPlugins: make usage of luaPackages less confusing
right now the src is ignored in:
```
lush-nvim = buildNeovimPlugin {
pname = "lush.nvim";
version = "2022-08-09";
src = fetchFromGitHub {
owner = "rktjmp";
repo = "lush.nvim";
rev = "6b9f399245de7bea8dac2c3bf91096ffdedfcbb7";
sha256 = "0rb77rwmbm438bmbjfk5hwrrcn5sihsa1413bdpc27rw3rrn8v8z";
};
meta.homepage = "https://github.com/rktjmp/lush.nvim/";
};
```
which is very confusing. With this PR, we correctly override the src and
the version of the package. We introduce a rockspecVersion attribute of
lua package to be able to still find the rockspec when the
"version" field needs to be different than "rockspecVersion".
Diffstat (limited to 'pkgs/development/python-modules/python-mapnik')
0 files changed, 0 insertions, 0 deletions
