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
base: 1195944bc7dd
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: eb1cd583f012
Choose a head ref
  • 4 commits
  • 2 files changed
  • 1 contributor

Commits on Nov 30, 2020

  1. firefox: move the no-buildconfig-ffx76 patch into common

    This patch has been used on all our flavors for some time now. We can
    just move it to the common expression.
    andir committed Nov 30, 2020
    Copy the full SHA
    1d0225a View commit details
    Browse the repository at this point in the history
  2. firefox: add aarch64 SIMD patch

    This patch fixes compilation on aarch64 that broke somewhere between the
    upgrade to the lateste rustc and the firefox 82 to 83 upgrade.
    
    The patch has been submitted upstream and can probably be removed on the
    next version bump.
    andir committed Nov 30, 2020
    Copy the full SHA
    cdff2a8 View commit details
    Browse the repository at this point in the history
  3. firefox: remove unused "imports"

    These haven't been used in some time and there is no point in keeping
    them around. They just clutter the file right now.
    andir committed Nov 30, 2020
    Copy the full SHA
    afcbecc View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2020

  1. Merge pull request #105437 from andir/firefox-aarch64

    firefox: fix aarch64 build
    andir committed Dec 1, 2020
    Copy the full SHA
    eb1cd58 View commit details
    Browse the repository at this point in the history