Added rxvt_unicode_with_perl

This commit is contained in:
Christophe Raffalli 2013-05-31 20:21:24 +02:00 committed by Peter Simons
parent 55a8c050db
commit 9f4b7508a6

View File

@ -7955,6 +7955,11 @@ let
perlSupport = false;
};
# = urxvt
rxvt_unicode_with_perl = callPackage ../applications/misc/rxvt_unicode {
perlSupport = true;
};
sakura = callPackage ../applications/misc/sakura {
inherit (gnome) vte;
};