rxvt-unicode-plugins.perls: deprecated plugins

While the clipboard and url-select plugins have been deprecated, it's
likely there are still many users expecting them to exist, so continue
to provide them.

https://github.com/muennich/urxvt-perls/blob/master/deprecated/README.md
This commit is contained in:
ivanbrennan 2020-02-13 23:44:30 -05:00
parent 0e69b50b60
commit 73b22c4096
No known key found for this signature in database
GPG key ID: 79C3C47DC652EA54

View file

@ -14,6 +14,9 @@ stdenv.mkDerivation rec {
installPhase = ''
mkdir -p $out/lib/urxvt/perl
cp keyboard-select $out/lib/urxvt/perl
cp deprecated/clipboard \
deprecated/url-select \
$out/lib/urxvt/perl
'';
meta = with stdenv.lib; {