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

This commit is contained in:
Tobias Geerinckx-Rice
2016-04-29 04:38:54 +02:00
parent 7dd3a92c19
commit 730d488a12
2 changed files with 2 additions and 1 deletions
+1
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
+1 -1
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;
};