From 31a61b7151a8d31b3802afb93bba9e8996e3e466 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Forsman?= Date: Sun, 26 Oct 2014 11:37:09 +0100 Subject: [PATCH] pidgin-with-plugins: rename attrname pidginWrapper -> pidgin-with-plugins So that both attrname and pkgname is the same. The wrapper was added just ~1 week ago, so I don't think we need to keep the old name around for backward compatibility. --- pkgs/top-level/all-packages.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 12b7c87ee28..c5072245fad 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -10129,7 +10129,7 @@ let startupnotification = libstartup_notification; }; - pidginWrapper = callPackage ../applications/networking/instant-messengers/pidgin/wrapper.nix { + pidgin-with-plugins = callPackage ../applications/networking/instant-messengers/pidgin/wrapper.nix { plugins = []; };