Added rxvt_unicode_with_perl

This commit is contained in:
Christophe Raffalli
2013-06-06 10:48:58 +02:00
committed by Peter Simons
parent 55a8c050db
commit 9f4b7508a6
+5
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;
};