vim-plugins: remove workaround

This commit is contained in:
Sandro Jäckel 2021-08-05 08:58:50 +02:00
parent 9ec1f8f88f
commit e5cb1134cd
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -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;
});