mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
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:
parent
0e69b50b60
commit
73b22c4096
1 changed files with 3 additions and 0 deletions
|
@ -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; {
|
||||
|
|
Loading…
Reference in a new issue