about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2015-04-02 01:46:57 +0300
committerNikolay Amiantov <ab@fmap.me>2015-04-02 01:49:53 +0300
commit4da3e360e800dc8b5f38a67e310277d9988d9697 (patch)
tree140271394647ccb44db65dca5238176ec4045b26 /pkgs
parent98a32ad124b80441f09d0d84e415181ac7dc482b (diff)
rxvt_unicode-with-plugins: rename (keep the old name for a while)
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/misc/rxvt_unicode/wrapper.nix2
-rw-r--r--pkgs/top-level/all-packages.nix5
2 files changed, 5 insertions, 2 deletions
diff --git a/pkgs/applications/misc/rxvt_unicode/wrapper.nix b/pkgs/applications/misc/rxvt_unicode/wrapper.nix
index 146ac9704f436..2f68e4ec5f11c 100644
--- a/pkgs/applications/misc/rxvt_unicode/wrapper.nix
+++ b/pkgs/applications/misc/rxvt_unicode/wrapper.nix
@@ -25,4 +25,4 @@ let
         --suffix-each URXVT_PERL_LIB ':' "$out/lib/urxvt/perl"
     '';
   };
-in stdenv.lib.overrideDerivation drv (x : { buildInputs = x.buildInputs ++ [ makeWrapper ]; })
\ No newline at end of file
+in stdenv.lib.overrideDerivation drv (x : { buildInputs = x.buildInputs ++ [ makeWrapper ]; })
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 36c354b6483c9..39d1a5bdbc023 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -11632,10 +11632,13 @@ let
   urxvt_perls = callPackage ../applications/misc/rxvt_unicode-plugins/urxvt-perls { };
   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 ];
   };
 
+  # FIXME: remove somewhere in future
+  rxvt_unicode_with-plugins = rxvt_unicode-with-plugins;
+
   sakura = callPackage ../applications/misc/sakura {
     inherit (gnome3) vte;
   };