rxvt_unicode with perl extension enabled by default

This commit is contained in:
Christophe Raffalli 2013-06-04 20:02:48 +02:00 committed by Peter Simons
parent 9f4b7508a6
commit 4cf01f2115

View file

@ -7952,11 +7952,6 @@ let
# = urxvt
rxvt_unicode = callPackage ../applications/misc/rxvt_unicode {
perlSupport = false;
};
# = urxvt
rxvt_unicode_with_perl = callPackage ../applications/misc/rxvt_unicode {
perlSupport = true;
};