about summary refs log tree commit diff
path: root/pkgs/applications/editors/neovim
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/editors/neovim
parent077d41f9d849ee60c8b3b6b9e6bfce771f35bc17 (diff)
downloadnixlib-63e129f793ccf07bad4631309812a6f8ba33e234.tar
nixlib-63e129f793ccf07bad4631309812a6f8ba33e234.tar.gz
nixlib-63e129f793ccf07bad4631309812a6f8ba33e234.tar.bz2
nixlib-63e129f793ccf07bad4631309812a6f8ba33e234.tar.lz
nixlib-63e129f793ccf07bad4631309812a6f8ba33e234.tar.xz
nixlib-63e129f793ccf07bad4631309812a6f8ba33e234.tar.zst
nixlib-63e129f793ccf07bad4631309812a6f8ba33e234.zip
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/editors/neovim')
-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 9f48d28a496a..9d9778c1fe3b 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