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: 75d9ade69e90
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 81c29c1be0cd
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Mar 31, 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
    (cherry picked from commit 2c5fe63)
    bhipple authored and Mic92 committed Mar 31, 2020
    Copy the full SHA
    e15c928 View commit details
    Browse the repository at this point in the history
  2. python27Packages.python-otr: mark as broken

    See inline comment for details.
    
    https://hydra.nixos.org/build/115510612
    
    CC @NixOS/nixos-release-managers
    
    ZHF: #80379
    (cherry picked from commit c77bd38)
    bhipple authored and Mic92 committed Mar 31, 2020
    Copy the full SHA
    81c29c1 View commit details
    Browse the repository at this point in the history