lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #24787 from abbradar/gtk3-firefox

GTK3 by default in Firefox and Thunderbird

authored by

Eelco Dolstra and committed by
GitHub
0e0e7c1a 33194ec6

+2 -1
+2 -1
pkgs/top-level/all-packages.nix
··· 13714 13714 inherit (callPackages ../applications/networking/browsers/firefox { 13715 13715 inherit (gnome2) libIDL; 13716 13716 libpng = libpng_apng; 13717 - enableGTK3 = false; 13717 + enableGTK3 = true; 13718 13718 python = python2; 13719 13719 gnused = gnused_422; 13720 13720 }) firefox-unwrapped firefox-esr-unwrapped; ··· 15697 15697 thunderbird = callPackage ../applications/networking/mailreaders/thunderbird { 15698 15698 inherit (gnome2) libIDL; 15699 15699 libpng = libpng_apng; 15700 + enableGTK3 = true; 15700 15701 }; 15701 15702 15702 15703 thunderbird-bin = callPackage ../applications/networking/mailreaders/thunderbird-bin {