about summary refs log tree commit diff
path: root/pkgs/applications/misc
diff options
context:
space:
mode:
authorivanbrennan <ivan.brennan@gmail.com>2020-02-13 23:44:30 -0500
committerivanbrennan <ivan.brennan@gmail.com>2020-02-13 23:44:30 -0500
commit73b22c40967b78d01bc55f820bf78506a00d8372 (patch)
tree3649daa5bd7c3bcc4ac775dd561e2c8be960731e /pkgs/applications/misc
parent0e69b50b60147d4a5c867c16772e814e44838643 (diff)
downloadnixlib-73b22c40967b78d01bc55f820bf78506a00d8372.tar
nixlib-73b22c40967b78d01bc55f820bf78506a00d8372.tar.gz
nixlib-73b22c40967b78d01bc55f820bf78506a00d8372.tar.bz2
nixlib-73b22c40967b78d01bc55f820bf78506a00d8372.tar.lz
nixlib-73b22c40967b78d01bc55f820bf78506a00d8372.tar.xz
nixlib-73b22c40967b78d01bc55f820bf78506a00d8372.tar.zst
nixlib-73b22c40967b78d01bc55f820bf78506a00d8372.zip
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
Diffstat (limited to 'pkgs/applications/misc')
-rw-r--r--pkgs/applications/misc/rxvt-unicode-plugins/urxvt-perls/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/applications/misc/rxvt-unicode-plugins/urxvt-perls/default.nix b/pkgs/applications/misc/rxvt-unicode-plugins/urxvt-perls/default.nix
index 4081fea76c96..dac041410707 100644
--- a/pkgs/applications/misc/rxvt-unicode-plugins/urxvt-perls/default.nix
+++ b/pkgs/applications/misc/rxvt-unicode-plugins/urxvt-perls/default.nix
@@ -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; {