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: 8471593028a4
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 2b08905caebc
Choose a head ref
  • 5 commits
  • 2 files changed
  • 2 contributors

Commits on Apr 20, 2020

  1. edk2/OVMF: Support build on macOS

    In order to use OVMF firmware with e.g. qemu on macOS, these packages
    needed to be made macOS ready. This meant choosing the clang build in
    this case, because it is the only one working on macOS.
    
    Unfortunately, just using clang on all platforms doesn't work because
    there are hardcoded assumptions in the edk2 build system.
    parthy committed Apr 20, 2020
    Copy the full SHA
    f5f5328 View commit details
    Browse the repository at this point in the history
  2. edk2: Fix style

    parthy committed Apr 20, 2020
    Copy the full SHA
    fe8afcb View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    94d114d View commit details
    Browse the repository at this point in the history

Commits on May 4, 2020

  1. ed2k/OVMF: Put URLs in quotes

    parthy committed May 4, 2020
    Copy the full SHA
    faf984d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #85603 from parthy/edk2-macos

    edk2: Support build on macOS
    Mic92 committed May 4, 2020
    Copy the full SHA
    2b08905 View commit details
    Browse the repository at this point in the history