nixpkgs/pkgs/development/interpreters/lua-5
Matthieu Coudron 2acce7dfdc 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".
2022-10-13 19:57:35 +02:00
..
hooks vimPlugins: make usage of luaPackages less confusing 2022-10-13 19:57:35 +02:00
5.1.darwin.patch
5.2.darwin.patch
5.4.darwin.patch lua-5.4: fix build on darwin (#123028) 2021-05-14 16:38:50 -04:00
build-lua-package.nix vimPlugins: make usage of luaPackages less confusing 2022-10-13 19:57:35 +02:00
CVE-2014-5461.patch
CVE-2022-28805.patch lua5_2: add patch for CVE-2022-28805 2022-05-30 21:04:16 +02:00
default.nix Merge branch 'master' into staging 2022-10-13 08:27:55 +02:00
interpreter.nix luaPackages: copy passthruFun from python 2022-08-26 20:55:30 +03:00
lua-dso.make lua: fix linkage 2021-05-15 09:33:46 -07:00
with-packages.nix
wrap-lua.nix lua: introduced a lua lib 2021-09-12 03:03:56 +02:00
wrap.sh
wrapper.nix lua: introduced a lua lib 2021-09-12 03:03:56 +02:00
zip.patch