tmuxPlugins.urlview: switch to extract_url
The tool supports both programs, however `urlview` will be removed.
This commit is contained in:
parent
fd7914c96f
commit
c0c8f0f1a2
@ -658,7 +658,7 @@ in rec {
|
||||
sha256 = "1jp4jq57cn116b3i34v6yy69izd8s6mp2ijr260cw86g0470k0fn";
|
||||
};
|
||||
postInstall = ''
|
||||
sed -i -e '14,20{s|urlview|${pkgs.urlview}/bin/urlview|g}' $target/urlview.tmux
|
||||
sed -i -e '14,20{s|extract_url|${pkgs.extract_url}/bin/extract_url|g}' $target/urlview.tmux
|
||||
'';
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user