Added rxvt_unicode_with_perl
This commit is contained in:
parent
55a8c050db
commit
9f4b7508a6
|
@ -7955,6 +7955,11 @@ let
|
||||||
perlSupport = false;
|
perlSupport = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# = urxvt
|
||||||
|
rxvt_unicode_with_perl = callPackage ../applications/misc/rxvt_unicode {
|
||||||
|
perlSupport = true;
|
||||||
|
};
|
||||||
|
|
||||||
sakura = callPackage ../applications/misc/sakura {
|
sakura = callPackage ../applications/misc/sakura {
|
||||||
inherit (gnome) vte;
|
inherit (gnome) vte;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue