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: ed5c731b21b0
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 23c520d95e1b
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Apr 27, 2019

  1. perlPackages.HTTPDaemon: 6.04 -> 6.01

    This undoes 6fb0e7a
    The only problem with 6.04 is: it got new dependencies which fail to cross-compile.
    Failure to cross-compile HTTP::Deamon leads to failure of LWP and XML::Parser, which are used in switch-to-configuration.pl
    Thus upgrade HTTPDaemon from 6.01 to 6.04 broke cross-compilation of whole system closures.
    
    (cherry picked from commit fd1ac66)
    volth authored and matthewbauer committed Apr 27, 2019
    Copy the full SHA
    d53042e View commit details
    Browse the repository at this point in the history
  2. cc-wrapper: only set -march when platform.gcc.arch is specified

    We want to make sure this value is explicitly set. Infering it for
    every arch leads to annoying failures like:
    
    https://hydra.nixos.org/build/92583832/
    
    Perhaps we can enable it in the future with some smarter handling of
    cc-wrapper.sh.
    matthewbauer committed Apr 27, 2019
    Copy the full SHA
    23c520d View commit details
    Browse the repository at this point in the history