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
This commit is contained in:
parent
01fb51db81
commit
f172a19e79
|
@ -96472,7 +96472,7 @@ self: {
|
||||||
|
|
||||||
"git-annex" = callPackage
|
"git-annex" = callPackage
|
||||||
({ mkDerivation, aeson, async, attoparsec, aws, base, blaze-builder
|
({ 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
|
, clientsession, concurrent-output, conduit, connection, containers
|
||||||
, crypto-api, cryptonite, curl, data-default, DAV, dbus, deepseq
|
, crypto-api, cryptonite, curl, data-default, DAV, dbus, deepseq
|
||||||
, directory, disk-free-space, dlist, edit-distance, exceptions
|
, 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
|
wai-extra warp warp-tls yesod yesod-core yesod-form yesod-static
|
||||||
];
|
];
|
||||||
executableSystemDepends = [
|
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 .";
|
preConfigure = "export HOME=$TEMPDIR; patchShebangs .";
|
||||||
postBuild = ''
|
postBuild = ''
|
||||||
|
|
Loading…
Reference in New Issue