summary refs log tree commit diff
path: root/pkgs/top-level/aliases.nix
diff options
context:
space:
mode:
authorAlvar Penning <post@0x21.biz>2021-07-10 12:01:15 +0200
committerAlvar Penning <post@0x21.biz>2021-07-12 23:52:13 +0200
commit26f52bf6b5d32ebdfc799a6cefc0c1d37700b67a (patch)
tree34aebd36f5c722a5c012226243e690ebf6780c23 /pkgs/top-level/aliases.nix
parent3485670aebd9ef6e1b68b46a19bfb6ee8410492c (diff)
downloadnixpkgs-26f52bf6b5d32ebdfc799a6cefc0c1d37700b67a.tar
nixpkgs-26f52bf6b5d32ebdfc799a6cefc0c1d37700b67a.tar.gz
nixpkgs-26f52bf6b5d32ebdfc799a6cefc0c1d37700b67a.tar.bz2
nixpkgs-26f52bf6b5d32ebdfc799a6cefc0c1d37700b67a.tar.lz
nixpkgs-26f52bf6b5d32ebdfc799a6cefc0c1d37700b67a.tar.xz
nixpkgs-26f52bf6b5d32ebdfc799a6cefc0c1d37700b67a.tar.zst
nixpkgs-26f52bf6b5d32ebdfc799a6cefc0c1d37700b67a.zip
claws-mail: 3.17.8 -> 4.0.0
With Claws Mail's latest double release of 3.18.0 and 4.0.0, the package
will refer to the more "modern" GTK+ 3 release, major version four. The
GTK+ 2 release, major version 3, is now available in the
`claws-mail-gtk2` package.

In other words, this commit bumps the GTK+ 2 version from 3.17.8 to
3.18.0, the previously unstable GTK+ 3 version 3.99.0 to 4.0.0 and
changes the default to GTK+ 3.
Diffstat (limited to 'pkgs/top-level/aliases.nix')
-rw-r--r--pkgs/top-level/aliases.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix
index 0df082ff35c..2bc734dc48f 100644
--- a/pkgs/top-level/aliases.nix
+++ b/pkgs/top-level/aliases.nix
@@ -129,6 +129,7 @@ mapAliases ({
   clang12Stdenv = lowPrio llvmPackages_12.stdenv;
 
   clangAnalyzer = clang-analyzer;  # added 2015-02-20
+  claws-mail-gtk3 = claws-mail; # added 2021-07-10
   clawsMail = claws-mail; # added 2016-04-29
   clutter_gtk = clutter-gtk; # added 2018-02-25
   cmakeWithQt4Gui = throw "cmakeWithQt4Gui has been removed in favor of cmakeWithGui (Qt 5)"; # added 2021-05