Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 33194ec64924
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0e0e7c1a8f89
Choose a head ref
  • 3 commits
  • 1 file changed
  • 2 contributors

Commits on Apr 9, 2017

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    999cf98 View commit details
  2. Copy the full SHA
    e2fe470 View commit details

Commits on Apr 10, 2017

  1. Merge pull request #24787 from abbradar/gtk3-firefox

    GTK3 by default in Firefox and Thunderbird
    edolstra authored Apr 10, 2017
    Copy the full SHA
    0e0e7c1 View commit details
Showing with 2 additions and 1 deletion.
  1. +2 −1 pkgs/top-level/all-packages.nix
3 changes: 2 additions & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
@@ -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 {