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: 55cc11ec40e0
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 50a42f9ae0d1
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Feb 28, 2020

  1. git-annex: apply patch to fix the build with ghc-8.8.x

    Unfortunately, we cannot compile git-annex with S3 support in an
    LTS-15.x environment, because the 'aws' library hasn't updated to
    version 3.x of the 'network' library [1]. I tried whether it's
    possible to build git-annex with an older version of network, but
    the amount of overrides we'd have to configure to accomplish that
    got out of hand quickly. So I disabled aws support [2]. If you
    need S3 support in git-annex, please help upstream to update
    'aws' so that it builds with recent versions of 'network'.
    
    [1] aristidb/aws#264
    [2] NixOS/cabal2nix@1d0459f
    peti committed Feb 28, 2020
    Copy the full SHA
    50a42f9 View commit details
    Browse the repository at this point in the history