From 13b63c29aea88276227da8fbff85af5eb3c78441 Mon Sep 17 00:00:00 2001 From: Nikolay Amiantov Date: Wed, 2 Sep 2015 21:40:40 +0300 Subject: [PATCH] rxvt_unicode_with-plugins: move to the deprecated names section --- pkgs/top-level/all-packages.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 41c27b598d4..904290caf94 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -12746,9 +12746,6 @@ let plugins = [ urxvt_perl urxvt_perls urxvt_tabbedex urxvt_font_size ]; }; - # FIXME: remove somewhere in future - rxvt_unicode_with-plugins = rxvt_unicode-with-plugins; - sakura = callPackage ../applications/misc/sakura { vte = gnome3.vte_290; }; @@ -15347,6 +15344,7 @@ let nfsUtils = nfs-utils; # added 2014-12-06 rdiff_backup = rdiff-backup; # added 2014-11-23 rssglx = rss-glx; #added 2015-03-25 + rxvt_unicode_with-plugins = rxvt_unicode-with-plugins; # added 2015-04-02 speedtest_cli = speedtest-cli; # added 2015-02-17 sqliteInteractive = sqlite-interactive; # added 2014-12-06 youtube-dl = pythonPackages.youtube-dl; # added 2015-06-07