1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

buildNeovimPlugin: set version accordingly to the manual guidelines (#289008)

https://github.com/NixOS/nixpkgs/blob/master/pkgs/README.md#package-naming
This commit is contained in:
Gaétan Lepage 2024-02-25 18:15:04 +01:00 committed by GitHub
parent 077d41f9d8
commit 63e129f793
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,6 +33,7 @@ in
nativeBuildInputs = oa.nativeBuildInputs or [] ++ [
lua.pkgs.luarocksMoveDataFolder
];
version = "${originalLuaDrv.version}-unstable-${oa.version}";
}));
in
finalDrv