lol

Merge pull request #255316 from sheeaza/master

Update overrides.nix, compile leaderf vim plugin

authored by

figsoda and committed by
GitHub
48ebccdd ef0fd06d

+11
+11
pkgs/applications/editors/vim/plugins/overrides.nix
··· 1633 1633 --replace "'zoxide_executable', 'zoxide'" "'zoxide_executable', '${zoxide}/bin/zoxide'" 1634 1634 ''; 1635 1635 }; 1636 + LeaderF = super.LeaderF.overrideAttrs { 1637 + buildInputs = [ python3 ]; 1638 + # rm */build/ to prevent dependencies on gcc 1639 + # strip the *.so to keep files small 1640 + buildPhase = '' 1641 + patchShebangs . 1642 + ./install.sh 1643 + rm autoload/leaderf/fuzzyMatch_C/build/ -r 1644 + ''; 1645 + stripDebugList = [ "autoload/leaderf/python" ]; 1646 + }; 1636 1647 1637 1648 } // ( 1638 1649 let