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

Commits on Apr 26, 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.
    volth committed Apr 26, 2019
    Copy the full SHA
    fd1ac66 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2019

  1. Merge pull request #60238 from volth/undo-httpdaemon-604

    perlPackages.HTTPDaemon: 6.04 -> 6.01
    matthewbauer committed Apr 27, 2019
    Copy the full SHA
    91d6d58 View commit details
    Browse the repository at this point in the history