mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
git-annex: temporarily drop support for bup some more
This commit is contained in:
parent
e635333870
commit
f2a218df59
@ -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;};
|
||||
|
Loading…
Reference in New Issue
Block a user