tmuxPlugins.urlview: switch to extract_url

The tool supports both programs, however `urlview` will be removed.
This commit is contained in:
Maximilian Bosch 2023-12-14 20:02:16 +01:00
parent fd7914c96f
commit c0c8f0f1a2
No known key found for this signature in database
GPG Key ID: D006A998C6ABFDF1

View File

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