mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-16 10:43:27 +00:00
firefox: enable GTK3 by default
This commit is contained in:
parent
b023370f37
commit
999cf98de9
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user