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: d2e422fcef02
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 61cee883a933
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Mar 29, 2020

  1. python27Packages.application: 2.7.0 -> 2.8.0 and fix build

    The build is currently broken due to failure to build `darcs` to fetch the src
    package. The homepage is already their GitHub repo, and it appears to be the
    active src of development anyways. See #83718
    
    I came across this while debugging this failure:
    https://hydra.nixos.org/build/115510612
    
    Note that the `application` dependency *does* succeed on Hydra, because it's
    already on local disk in Hydra's store, but I cannot rebuild locally because it
    has prefer local builds.
    https://hydra.nixos.org/build/115512559
    
    This package is not reproducible on 20.03 or buildable outside of Hydra, so I
    intend to backport the fix.
    
    CC @NixOS/nixos-release-managers
    
    ZHF: #80379
    bhipple committed Mar 29, 2020
    Copy the full SHA
    2c5fe63 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c77bd38 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2020

  1. Merge pull request #83720 from bhipple/f/py-application

    python27Packages.application: 2.7.0 -> 2.8.0 and fix build; python27Packages.python-otr: mark as broken
    Mic92 committed Mar 31, 2020
    Copy the full SHA
    61cee88 View commit details
    Browse the repository at this point in the history