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: cb4ca8750497
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 0e60d79f2a16
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Oct 3, 2020

  1. handbrake: fix Darwin build (#89674)

    - Omit the numactl dependency under Darwin.
    - Prevent the configure script from checking for xcodebuild. This check
      always failed (because xcodebuild isn't available in the build
      context) but xcodebuild isn't actually needed for the build, which
      uses --disable-xcode.
    - Use the Nix-provided libxml2 under Darwin like we already do under
      Linux.
    bdesham committed Oct 3, 2020
    Copy the full SHA
    0e60d79 View commit details
    Browse the repository at this point in the history