mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-13 17:23:08 +00:00
Merge pull request #132734 from Mic92/nvim-fallout
This commit is contained in:
commit
0309399b47
@ -54,7 +54,8 @@ rec {
|
||||
}));
|
||||
|
||||
buildVimPluginFrom2Nix = attrs: buildVimPlugin ({
|
||||
dontBuild = true;
|
||||
dontConfigure = true;
|
||||
# vim plugins may override this
|
||||
buildPhase = ":";
|
||||
configurePhase =":";
|
||||
} // attrs);
|
||||
}
|
||||
|
@ -501,10 +501,7 @@ self: super: {
|
||||
|
||||
telescope-fzf-native-nvim = super.telescope-fzf-native-nvim.overrideAttrs (old: {
|
||||
dependencies = with self; [ telescope-nvim ];
|
||||
|
||||
dontBuild = false;
|
||||
buildPhase = "make";
|
||||
|
||||
meta.platforms = lib.platforms.all;
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user