about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/hackage-packages.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2020-01-05 15:30:41 +0100
committerPeter Simons <simons@cryp.to>2020-01-05 15:31:16 +0100
commitf2a218df594d96d727980f58b5a0b0260bbd5a17 (patch)
tree38154879f60727adb8e9ea9f41fd6510b125b7cb /pkgs/development/haskell-modules/hackage-packages.nix
parente635333870193432ff80d67cfaa7163ab4a9699a (diff)
downloadnixlib-f2a218df594d96d727980f58b5a0b0260bbd5a17.tar
nixlib-f2a218df594d96d727980f58b5a0b0260bbd5a17.tar.gz
nixlib-f2a218df594d96d727980f58b5a0b0260bbd5a17.tar.bz2
nixlib-f2a218df594d96d727980f58b5a0b0260bbd5a17.tar.lz
nixlib-f2a218df594d96d727980f58b5a0b0260bbd5a17.tar.xz
nixlib-f2a218df594d96d727980f58b5a0b0260bbd5a17.tar.zst
nixlib-f2a218df594d96d727980f58b5a0b0260bbd5a17.zip
git-annex: temporarily drop support for bup some more
Diffstat (limited to 'pkgs/development/haskell-modules/hackage-packages.nix')
-rw-r--r--pkgs/development/haskell-modules/hackage-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix
index 4fca9a511c10..ccd570427cae 100644
--- a/pkgs/development/haskell-modules/hackage-packages.nix
+++ b/pkgs/development/haskell-modules/hackage-packages.nix
@@ -96537,7 +96537,7 @@ self: {
        description = "manage files with git, without checking their contents into git";
        license = stdenv.lib.licenses.agpl3;
        maintainers = with stdenv.lib.maintainers; [ peti ];
-     }) {inherit (pkgs) bup; inherit (pkgs) curl; inherit (pkgs) git; 
+     }) {inherit (pkgs) curl; inherit (pkgs) git; 
          inherit (pkgs) gnupg; inherit (pkgs) lsof; inherit (pkgs) openssh; 
          inherit (pkgs) perl; inherit (pkgs) rsync; inherit (pkgs) wget; 
          inherit (pkgs) which;};