duplicity: Add backblaze-b2 as a build input to duplicity

This commit is contained in:
Scott Dier 2019-09-19 22:27:06 +02:00
parent 262b328b0b
commit a569d73090

View File

@ -2,7 +2,8 @@
, gnutar
, par2cmdline
, utillinux
, rsync, makeWrapper }:
, rsync
, backblaze-b2, makeWrapper }:
python2Packages.buildPythonApplication rec {
pname = "duplicity";
@ -40,10 +41,10 @@ python2Packages.buildPythonApplication rec {
];
buildInputs = [ librsync makeWrapper python2Packages.wrapPython ];
propagatedBuildInputs = with python2Packages; [
propagatedBuildInputs = [ backblaze-b2 ] ++ (with python2Packages; [
boto cffi cryptography ecdsa enum idna pygobject3 fasteners
ipaddress lockfile paramiko pyasn1 pycrypto six
];
]);
checkInputs = [
gnupg # Add 'gpg' to PATH.
gnutar # Add 'tar' to PATH.