vimPlugins.ranger-nvim: fix wrong patching (#340102)

This commit is contained in:
Aleksana
2024-09-06 22:57:51 +08:00
committed by GitHub
@@ -1459,7 +1459,7 @@
patches = [ ./patches/ranger.nvim/fix-paths.patch ];
postPatch = ''
substituteInPlace lua/ranger-nvim.lua --replace '@ranger@' ${ranger}
substituteInPlace lua/ranger-nvim.lua --replace '@ranger@' ${ranger}/bin/ranger
'';
};