Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 23cc0c4420d3b2d5fb023f2368ba7d11412c1fba
      
https://github.com/NixOS/nixpkgs/commit/23cc0c4420d3b2d5fb023f2368ba7d11412c1fba
  Author: John Ericson <[email protected]>
  Date:   2017-04-25 (Tue, 25 Apr 2017)

  Changed paths:
    M lib/systems/parse.nix

  Log Message:
  -----------
  lib: Whitelist two ABIs used on Arm


  Commit: 85b4d30c0b464f6431eac6c50687111cfc69eb22
      
https://github.com/NixOS/nixpkgs/commit/85b4d30c0b464f6431eac6c50687111cfc69eb22
  Author: John Ericson <[email protected]>
  Date:   2017-04-25 (Tue, 25 Apr 2017)

  Changed paths:
    M pkgs/stdenv/linux/make-bootstrap-tools-cross.nix
    M pkgs/top-level/all-packages.nix

  Log Message:
  -----------
  binutils: Respect the targetPlatform

Use `buildPackages.binutils` to get build = host != target binutils,
i.e. the old `binutilsCross`, and use
`buildPackages.buildPackages.binutils` to get build = host = target
binutils, i.e. the old `binutils`.

`buildPackages` chains like this are supposed to remove the need for
all such `*Cross` derivations. We start with binutils because it's
comparatively easy.

No hashes of cross-tests should be changed


  Commit: 295315cc87acd13caa39ea87c1d8d010e7a587df
      
https://github.com/NixOS/nixpkgs/commit/295315cc87acd13caa39ea87c1d8d010e7a587df
  Author: John Ericson <[email protected]>
  Date:   2017-04-25 (Tue, 25 Apr 2017)

  Changed paths:
    M pkgs/development/compilers/gcc/4.5/default.nix
    M pkgs/development/compilers/gcc/4.8/default.nix
    M pkgs/development/compilers/gcc/4.9/default.nix
    M pkgs/development/compilers/gcc/5/default.nix
    M pkgs/development/compilers/gcc/6/default.nix
    M pkgs/development/compilers/gcc/snapshot/default.nix
    M pkgs/development/compilers/ghc/head.nix
    M pkgs/os-specific/windows/mingw-w64/default.nix
    M pkgs/os-specific/windows/mingwrt/default.nix
    M pkgs/os-specific/windows/w32api/default.nix
    M pkgs/stdenv/adapters.nix
    M pkgs/stdenv/cross/default.nix
    M pkgs/top-level/all-packages.nix

  Log Message:
  -----------
  binutilsCross: Remove and use `binutils` instead always

See previous commit for what was done to `binutils` to make this
possible.

There were some uses of `forcedNativePackages` added. The
combination of overrides with that attribute is highly spooky: it's
often important that if an overridden package comes from it, the
replaced arguments for that package come from it. Long term this
package set and all the spookiness should be gone and irrelevant:

  "Move along, nothing to see here!"

No hashes should be changed with this commit


  Commit: 761af147780c7dc68cbbfa93213cc73dd25f75ba
      
https://github.com/NixOS/nixpkgs/commit/761af147780c7dc68cbbfa93213cc73dd25f75ba
  Author: John Ericson <[email protected]>
  Date:   2017-04-26 (Wed, 26 Apr 2017)

  Changed paths:
    M lib/systems/parse.nix
    M pkgs/development/compilers/gcc/4.5/default.nix
    M pkgs/development/compilers/gcc/4.8/default.nix
    M pkgs/development/compilers/gcc/4.9/default.nix
    M pkgs/development/compilers/gcc/5/default.nix
    M pkgs/development/compilers/gcc/6/default.nix
    M pkgs/development/compilers/gcc/snapshot/default.nix
    M pkgs/development/compilers/ghc/head.nix
    M pkgs/os-specific/windows/mingw-w64/default.nix
    M pkgs/os-specific/windows/mingwrt/default.nix
    M pkgs/os-specific/windows/w32api/default.nix
    M pkgs/stdenv/adapters.nix
    M pkgs/stdenv/cross/default.nix
    M pkgs/stdenv/linux/make-bootstrap-tools-cross.nix
    M pkgs/top-level/all-packages.nix

  Log Message:
  -----------
  Merge pull request #25227 from obsidiansystems/cross-purge-binutilsCross

Purge binutilsCross


Compare: https://github.com/NixOS/nixpkgs/compare/aea925758162...761af147780c
_______________________________________________
nix-commits mailing list
[email protected]
https://mailman.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to