Merge pull request #24787 from abbradar/gtk3-firefox

GTK3 by default in Firefox and Thunderbird
This commit is contained in:
Eelco Dolstra 2017-04-10 18:11:06 +02:00 committed by GitHub
commit 0e0e7c1a8f

View file

@ -13714,7 +13714,7 @@ with pkgs;
inherit (callPackages ../applications/networking/browsers/firefox {
inherit (gnome2) libIDL;
libpng = libpng_apng;
enableGTK3 = false;
enableGTK3 = true;
python = python2;
gnused = gnused_422;
}) firefox-unwrapped firefox-esr-unwrapped;
@ -15697,6 +15697,7 @@ with pkgs;
thunderbird = callPackage ../applications/networking/mailreaders/thunderbird {
inherit (gnome2) libIDL;
libpng = libpng_apng;
enableGTK3 = true;
};
thunderbird-bin = callPackage ../applications/networking/mailreaders/thunderbird-bin {