mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 03:43:06 +00:00
2acce7dfdc
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". |
||
---|---|---|
.. | ||
hooks | ||
5.1.darwin.patch | ||
5.2.darwin.patch | ||
5.4.darwin.patch | ||
build-lua-package.nix | ||
CVE-2014-5461.patch | ||
CVE-2022-28805.patch | ||
default.nix | ||
interpreter.nix | ||
lua-dso.make | ||
with-packages.nix | ||
wrap-lua.nix | ||
wrap.sh | ||
wrapper.nix | ||
zip.patch |