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
This commit is contained in:
Nikolay Amiantov 2016-05-27 13:38:37 +03:00
parent ebe1cbe0da
commit e68878a728

View File

@ -16,4 +16,6 @@ in symlinkJoin {
wrapProgram $out/bin/urxvtd \
--suffix-each URXVT_PERL_LIB ':' "$out/lib/urxvt/perl"
'';
passthru.plugins = plugins;
}