rxvt_unicode-with-plugins: rename (keep the old name for a while)
This commit is contained in:
parent
98a32ad124
commit
4da3e360e8
@ -25,4 +25,4 @@ let
|
|||||||
--suffix-each URXVT_PERL_LIB ':' "$out/lib/urxvt/perl"
|
--suffix-each URXVT_PERL_LIB ':' "$out/lib/urxvt/perl"
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
in stdenv.lib.overrideDerivation drv (x : { buildInputs = x.buildInputs ++ [ makeWrapper ]; })
|
in stdenv.lib.overrideDerivation drv (x : { buildInputs = x.buildInputs ++ [ makeWrapper ]; })
|
||||||
|
@ -11632,10 +11632,13 @@ let
|
|||||||
urxvt_perls = callPackage ../applications/misc/rxvt_unicode-plugins/urxvt-perls { };
|
urxvt_perls = callPackage ../applications/misc/rxvt_unicode-plugins/urxvt-perls { };
|
||||||
urxvt_tabbedex = callPackage ../applications/misc/rxvt_unicode-plugins/urxvt-tabbedex { };
|
urxvt_tabbedex = callPackage ../applications/misc/rxvt_unicode-plugins/urxvt-tabbedex { };
|
||||||
|
|
||||||
rxvt_unicode_with-plugins = callPackage ../applications/misc/rxvt_unicode/wrapper.nix {
|
rxvt_unicode-with-plugins = callPackage ../applications/misc/rxvt_unicode/wrapper.nix {
|
||||||
plugins = [ urxvt_perls urxvt_tabbedex ];
|
plugins = [ urxvt_perls urxvt_tabbedex ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# FIXME: remove somewhere in future
|
||||||
|
rxvt_unicode_with-plugins = rxvt_unicode-with-plugins;
|
||||||
|
|
||||||
sakura = callPackage ../applications/misc/sakura {
|
sakura = callPackage ../applications/misc/sakura {
|
||||||
inherit (gnome3) vte;
|
inherit (gnome3) vte;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user