vimPlugins.telescope-fzf-native-nvim: enable build phase

This commit is contained in:
Andrey Kuznetsov 2021-08-03 15:34:46 +03:00 committed by Matthieu Coudron
parent f15153f9e4
commit e03daba08c

View file

@ -501,7 +501,10 @@ 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;
});