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.
This commit is contained in:
Bjørn Forsman 2014-10-26 11:37:09 +01:00
parent 71d4380a41
commit 31a61b7151

View File

@ -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 = [];
};