claws-mail: rename from (and alias to) clawsMail

This commit is contained in:
Tobias Geerinckx-Rice 2016-04-29 02:25:28 +02:00
parent 7dd3a92c19
commit 730d488a12
No known key found for this signature in database
GPG key ID: 91CCDB9B48541B99
2 changed files with 2 additions and 1 deletions

View file

@ -30,6 +30,7 @@ doNotDisplayTwice rec {
bundler_HEAD = bundler; # added 2015-11-15
cheetahTemplate = pythonPackages.cheetah; # 2015-06-15
clangAnalyzer = clang-analyzer; # added 2015-02-20
clawsMail = claws-mail; # added 2016-04-29
conkerorWrapper = conkeror; # added 2015-01
cool-old-term = cool-retro-term; # added 2015-01-31
cupsBjnp = cups-bjnp; # added 2016-01-02

View file

@ -11892,7 +11892,7 @@ in
cinelerra = callPackage ../applications/video/cinelerra { };
clawsMail = callPackage ../applications/networking/mailreaders/claws-mail {
claws-mail = callPackage ../applications/networking/mailreaders/claws-mail {
inherit (gnome3) gsettings_desktop_schemas;
enableNetworkManager = config.networking.networkmanager.enable or false;
};