rxvt-unicode: add aliases for name change

gstqt5
rnhmjoj 2020-01-08 23:44:37 +01:00
parent dcfff7cf09
commit 1c38ce51ef
No known key found for this signature in database
GPG Key ID: BFBAF4C975F76450
3 changed files with 15 additions and 3 deletions

View File

@ -3,6 +3,7 @@
, makeWrapper , makeWrapper
, lib , lib
, rxvt-unicode-unwrapped , rxvt-unicode-unwrapped
, rxvt-unicode-plugins
, perlPackages , perlPackages
, configure ? { availablePlugins, ... }: , configure ? { availablePlugins, ... }:
{ plugins = builtins.attrValues availablePlugins; { plugins = builtins.attrValues availablePlugins;
@ -12,11 +13,11 @@
}: }:
let let
availablePlugins = import ../rxvt-unicode-plugins { inherit callPackage; }; availablePlugins = rxvt-unicode-plugins;
# Transform the string "self" to the plugin itself. # Transform the string "self" to the plugin itself.
# It's needed for plugins like bidi who depends on the perl # It's needed for plugins like bidi who depends on the perl
# package the provide themself. # package they provide themself.
mkPerlDeps = p: mkPerlDeps = p:
let deps = p.perlPackages or [ ]; let deps = p.perlPackages or [ ];
in map (x: if x == "self" then p else x) deps; in map (x: if x == "self" then p else x) deps;

View File

@ -365,7 +365,16 @@ mapAliases ({
ruby_2_4_3 = throw "deprecated 2018-0213: use ruby_2_4 instead"; ruby_2_4_3 = throw "deprecated 2018-0213: use ruby_2_4 instead";
ruby_2_5_0 = throw "deprecated 2018-0213: use ruby_2_5 instead"; ruby_2_5_0 = throw "deprecated 2018-0213: use ruby_2_5 instead";
rubygems = throw "deprecated 2016-03-02: rubygems is now bundled with ruby"; rubygems = throw "deprecated 2016-03-02: rubygems is now bundled with ruby";
rxvt_unicode_with-plugins = rxvt_unicode-with-plugins; # added 2015-04-02 rxvt_unicode_with-plugins = rxvt-unicode; # added 2020-02-02
rxvt_unicode = rxvt-unicode-unwrapped; # added 2020-02-02
urxvt_autocomplete_all_the_things = rxvt-unicode-plugins.autocomplete-all-the-things; # added 2020-02-02
urxvt_perl = rxvt-unicode-plugins.perl; # added 2020-02-02
urxvt_perls = rxvt-unicode-plugins.perls; # added 2020-02-02
urxvt_tabbedex = rxvt-unicode-plugins.tabbedex; # added 2020-02-02
urxvt_font_size = rxvt-unicode-plugins.font-size; # added 2020-02-02
urxvt_theme_switch = rxvt-unicode-plugins.theme-switch; # added 2020-02-02
urxvt_vtwheel = rxvt-unicode-plugins.vtwheel; # added 2020-02-02
urxvt_bidi = rxvt-unicode-plugins.bidi; # added 2020-02-02
s6Dns = s6-dns; # added 2018-07-23 s6Dns = s6-dns; # added 2018-07-23
s6Networking = s6-networking; # added 2018-07-23 s6Networking = s6-networking; # added 2018-07-23
s6LinuxUtils = s6-linux-utils; # added 2018-07-23 s6LinuxUtils = s6-linux-utils; # added 2018-07-23

View File

@ -21233,6 +21233,8 @@ in
rxvt-unicode-unwrapped = callPackage ../applications/misc/rxvt-unicode { }; rxvt-unicode-unwrapped = callPackage ../applications/misc/rxvt-unicode { };
rxvt-unicode-plugins = import ../applications/misc/rxvt-unicode-plugins { inherit callPackage; };
uade123 = callPackage ../applications/audio/uade123 {}; uade123 = callPackage ../applications/audio/uade123 {};
udevil = callPackage ../applications/misc/udevil {}; udevil = callPackage ../applications/misc/udevil {};