summary refs log tree commit diff
path: root/pkgs/tools/backup
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2019-11-19 16:32:33 +0100
committerJan Tojnar <jtojnar@gmail.com>2019-11-20 04:58:00 +0100
commit77e6622d22e5ee2dfa96997e45d1c56c36c9ad94 (patch)
tree8a0f192aa567999073c6e7c3791236768a6db5da /pkgs/tools/backup
parent4fb168176a0142ab008ee4bdb2620a662e359a75 (diff)
downloadnixpkgs-77e6622d22e5ee2dfa96997e45d1c56c36c9ad94.tar
nixpkgs-77e6622d22e5ee2dfa96997e45d1c56c36c9ad94.tar.gz
nixpkgs-77e6622d22e5ee2dfa96997e45d1c56c36c9ad94.tar.bz2
nixpkgs-77e6622d22e5ee2dfa96997e45d1c56c36c9ad94.tar.lz
nixpkgs-77e6622d22e5ee2dfa96997e45d1c56c36c9ad94.tar.xz
nixpkgs-77e6622d22e5ee2dfa96997e45d1c56c36c9ad94.tar.zst
nixpkgs-77e6622d22e5ee2dfa96997e45d1c56c36c9ad94.zip
duplicity: add Google Drive support
Required by Déjà Dup.
Diffstat (limited to 'pkgs/tools/backup')
-rw-r--r--pkgs/tools/backup/duplicity/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/backup/duplicity/default.nix b/pkgs/tools/backup/duplicity/default.nix
index c1673c8308e..a33067e8897 100644
--- a/pkgs/tools/backup/duplicity/default.nix
+++ b/pkgs/tools/backup/duplicity/default.nix
@@ -43,7 +43,7 @@ python2Packages.buildPythonApplication rec {
   buildInputs = [ librsync makeWrapper python2Packages.wrapPython ];
   propagatedBuildInputs = [ backblaze-b2 ] ++ (with python2Packages; [
     boto cffi cryptography ecdsa enum idna pygobject3 fasteners
-    ipaddress lockfile paramiko pyasn1 pycrypto six
+    ipaddress lockfile paramiko pyasn1 pycrypto six pydrive
   ]);
   checkInputs = [
     gnupg  # Add 'gpg' to PATH.