Navigation Menu

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: deb201b311f7
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: d8cf78466e56
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 3, 2019

  1. gnu-efi: Use their crosscompilation support correctly

    IIUC, previously, the cross-compilation support was done in a somewhat
    hacky way and was, basically, special-cased for ARM.
    
    Now we use the cross-compilation support intergrated into their own
    build system.
    
    Test:
    
    * nix-build --arg crossSystem '(import <nixpkgs/lib>).systems.examples.musl64' '<nixpkgs>' -A gnu-efi
    kirelagin committed Nov 3, 2019
    Copy the full SHA
    7cacaea View commit details
    Browse the repository at this point in the history
  2. Merge pull request #72694 from kirelagin/gnu-efi-cross

    gnu-efi: Use their crosscompilation support correctly
    Ericson2314 committed Nov 3, 2019
    Copy the full SHA
    d8cf784 View commit details
    Browse the repository at this point in the history