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: 8bae7d328e07
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 78ca6d885ffb
Choose a head ref
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Nov 3, 2018

  1. libobjc2: mark aarch64 as bad platform

    Apparently some assembly has not been ported. This commit should fix
    it:
    
    gnustep/libobjc2@b952a21#diff-e49aa4e60f8ccec1be46afc5e6ffcee5
    
    But no release has been made by the gnustep team yet!
    matthewbauer committed Nov 3, 2018
    Copy the full SHA
    3085f5f View commit details
    Browse the repository at this point in the history
  2. grpc: disable werror for unknown warning option

    This seems silly to do an error for. It breaks clang builds.
    matthewbauer committed Nov 3, 2018
    Copy the full SHA
    e9db1e2 View commit details
    Browse the repository at this point in the history
  3. stage.nix: pkgsi686Linux only works on x86 family

    aarch64 cpus are going to break on pkgsi686Linux packages.
    
    See this error:
    
    https://hydra.nixos.org/build/82962379/
    matthewbauer committed Nov 3, 2018
    2
    Copy the full SHA
    78ca6d8 View commit details
    Browse the repository at this point in the history