Skip to content

Commit

Permalink
git-annex: switch build to network-3.x
Browse files Browse the repository at this point in the history
Unfortunately, the 'aws' library does not support recent versions of 'network'.
Since we cannot reasonably compile with network-2.x any longer, this means that
we have to disable S3 / AWS support in git-annex until [1] is fixed.

[1] aristidb/aws#264
  • Loading branch information
peti committed Feb 28, 2020
1 parent 1b9b3ef commit 1d0459f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Distribution/Nixpkgs/Haskell/FromCabal/Flags.hs
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ configureCabalFlags' (PackageIdentifier name version)
, enable "dbus"
, disable "debuglocks"
, enable "magicmime"
, disable "networkbsd"
, enable "networkbsd"
, enable "pairing"
, enable "production"
, enable "s3"
, disable "s3" -- aws does not compile: https://github.com/aristidb/aws/issues/264
, enable "torrentparser"
, enable "webapp"
, enable "webdav"
Expand Down

0 comments on commit 1d0459f

Please sign in to comment.