mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
tmuxPlugins.jump: fix ruby dependency
This commit is contained in:
parent
ed23e84c8a
commit
ceb215e625
@ -208,6 +208,10 @@ in rec {
|
||||
rev = "416f613d3eaadbe1f6f9eda77c49430527ebaffb";
|
||||
sha256 = "1xbzdyhsgaq2in0f8f491gwjmx6cxpkf2c35d2dk0kg4jfs505sz";
|
||||
};
|
||||
postInstall = ''
|
||||
sed -i -e 's|ruby|${pkgs.ruby}/bin/ruby|g' $target/scripts/tmux-jump.sh
|
||||
'';
|
||||
dependencies = [ pkgs.ruby ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = "https://github.com/schasse/tmux-jump";
|
||||
|
Loading…
Reference in New Issue
Block a user