mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 18:37:04 +03:00
Added rxvt_unicode_with_perl
This commit is contained in:
parent
55a8c050db
commit
9f4b7508a6
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user