mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
Merge pull request #24787 from abbradar/gtk3-firefox
GTK3 by default in Firefox and Thunderbird
This commit is contained in:
commit
0e0e7c1a8f
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user