vimPlugins.ranger-nvim: fix wrong patching

This commit is contained in:
Perchun Pak 2024-09-06 12:42:27 +02:00 committed by GitHub
parent 645018b0c4
commit 44e71aeffd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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