mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 04:12:44 +03:00
neovim: fix -configured evaluation
This commit is contained in:
parent
efc359c231
commit
ba0dcb95ad
@ -145,7 +145,7 @@ let
|
||||
};
|
||||
|
||||
in if (vimAlias == false && configure == null) then neovim else stdenv.mkDerivation {
|
||||
name = "neovim-${version}-configured";
|
||||
name = "neovim-${neovim.version}-configured";
|
||||
inherit (neovim) version;
|
||||
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
|
Loading…
Reference in New Issue
Block a user