Commit e03daba0 authored by Andrey Kuznetsov's avatar Andrey Kuznetsov Committed by Matthieu Coudron
Browse files

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

parent f15153f9
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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;
  });