about summary refs log tree commit diff
path: root/pkgs/applications/misc/rxvt_unicode
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2016-05-27 13:38:37 +0300
committerNikolay Amiantov <ab@fmap.me>2016-05-27 13:42:22 +0300
commite68878a7283d5b1587e5691e642198fc8bf44aee (patch)
treefe5908ed98751edcee015166eb25d17aa64c91d3 /pkgs/applications/misc/rxvt_unicode
parentebe1cbe0dad4632161842017094ebfd73253ffbf (diff)
downloadnixlib-e68878a7283d5b1587e5691e642198fc8bf44aee.tar
nixlib-e68878a7283d5b1587e5691e642198fc8bf44aee.tar.gz
nixlib-e68878a7283d5b1587e5691e642198fc8bf44aee.tar.bz2
nixlib-e68878a7283d5b1587e5691e642198fc8bf44aee.tar.lz
nixlib-e68878a7283d5b1587e5691e642198fc8bf44aee.tar.xz
nixlib-e68878a7283d5b1587e5691e642198fc8bf44aee.tar.zst
nixlib-e68878a7283d5b1587e5691e642198fc8bf44aee.zip
rxvt_unicode-with-plugins: passthru plugins
Because we hardcode a list of useful plugins, it may be useful for
someone who's overriding this.

See https://github.com/NixOS/nixpkgs/issues/15743#issuecomment-222112433
Diffstat (limited to 'pkgs/applications/misc/rxvt_unicode')
-rw-r--r--pkgs/applications/misc/rxvt_unicode/wrapper.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/misc/rxvt_unicode/wrapper.nix b/pkgs/applications/misc/rxvt_unicode/wrapper.nix
index cd3f6fd19b85..98d7e12a8ed8 100644
--- a/pkgs/applications/misc/rxvt_unicode/wrapper.nix
+++ b/pkgs/applications/misc/rxvt_unicode/wrapper.nix
@@ -16,4 +16,6 @@ in symlinkJoin {
     wrapProgram $out/bin/urxvtd \
       --suffix-each URXVT_PERL_LIB ':' "$out/lib/urxvt/perl"
   '';
+
+  passthru.plugins = plugins;
 }