about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorGaƩtan Lepage <33058747+GaetanLepage@users.noreply.github.com>2024-02-25 18:15:04 +0100
committerGitHub <noreply@github.com>2024-02-25 18:15:04 +0100
commit63e129f793ccf07bad4631309812a6f8ba33e234 (patch)
tree3c57910771d19dc28555fe670b10ed7a8904c533 /pkgs/applications
parent077d41f9d849ee60c8b3b6b9e6bfce771f35bc17 (diff)
buildNeovimPlugin: set version accordingly to the manual guidelines (#289008)
https://github.com/NixOS/nixpkgs/blob/master/pkgs/README.md#package-naming
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/editors/neovim/build-neovim-plugin.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/editors/neovim/build-neovim-plugin.nix b/pkgs/applications/editors/neovim/build-neovim-plugin.nix
index 9f48d28a496aa..9d9778c1fe3b5 100644
--- a/pkgs/applications/editors/neovim/build-neovim-plugin.nix
+++ b/pkgs/applications/editors/neovim/build-neovim-plugin.nix
@@ -33,6 +33,7 @@ in
           nativeBuildInputs = oa.nativeBuildInputs or [] ++ [
             lua.pkgs.luarocksMoveDataFolder
           ];
+          version = "${originalLuaDrv.version}-unstable-${oa.version}";
         }));
     in
       finalDrv