summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2020-01-05 14:58:18 +0100
committerPeter Simons <simons@cryp.to>2020-01-05 15:13:29 +0100
commitf172a19e798104cb17a70f85615658198c2cae0b (patch)
tree403f2942cabfe229e0b9795b2d4545abdb4a3efe /pkgs/development/haskell-modules
parent01fb51db8160e10e77ce691e9c0069a5294ff94c (diff)
downloadnixpkgs-f172a19e798104cb17a70f85615658198c2cae0b.tar
nixpkgs-f172a19e798104cb17a70f85615658198c2cae0b.tar.gz
nixpkgs-f172a19e798104cb17a70f85615658198c2cae0b.tar.bz2
nixpkgs-f172a19e798104cb17a70f85615658198c2cae0b.tar.lz
nixpkgs-f172a19e798104cb17a70f85615658198c2cae0b.tar.xz
nixpkgs-f172a19e798104cb17a70f85615658198c2cae0b.tar.zst
nixpkgs-f172a19e798104cb17a70f85615658198c2cae0b.zip
git-annex: temporarily drop support for bup
The build is currently broken [1] and therefore blocks git-annex.

[1] https://github.com/NixOS/nixpkgs/issues/76979
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/hackage-packages.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix
index ea742c3e259..4fca9a511c1 100644
--- a/pkgs/development/haskell-modules/hackage-packages.nix
+++ b/pkgs/development/haskell-modules/hackage-packages.nix
@@ -96472,7 +96472,7 @@ self: {
 
   "git-annex" = callPackage
     ({ mkDerivation, aeson, async, attoparsec, aws, base, blaze-builder
-     , bloomfilter, bup, byteable, bytestring, Cabal, case-insensitive
+     , bloomfilter, byteable, bytestring, Cabal, case-insensitive
      , clientsession, concurrent-output, conduit, connection, containers
      , crypto-api, cryptonite, curl, data-default, DAV, dbus, deepseq
      , directory, disk-free-space, dlist, edit-distance, exceptions
@@ -96524,7 +96524,7 @@ self: {
          wai-extra warp warp-tls yesod yesod-core yesod-form yesod-static
        ];
        executableSystemDepends = [
-         bup curl git gnupg lsof openssh perl rsync wget which
+         curl git gnupg lsof openssh perl rsync wget which
        ];
        preConfigure = "export HOME=$TEMPDIR; patchShebangs .";
        postBuild = ''