duplicity: Add backblaze-b2 as a build input to duplicity
This commit is contained in:
parent
262b328b0b
commit
a569d73090
@ -2,7 +2,8 @@
|
|||||||
, gnutar
|
, gnutar
|
||||||
, par2cmdline
|
, par2cmdline
|
||||||
, utillinux
|
, utillinux
|
||||||
, rsync, makeWrapper }:
|
, rsync
|
||||||
|
, backblaze-b2, makeWrapper }:
|
||||||
|
|
||||||
python2Packages.buildPythonApplication rec {
|
python2Packages.buildPythonApplication rec {
|
||||||
pname = "duplicity";
|
pname = "duplicity";
|
||||||
@ -40,10 +41,10 @@ python2Packages.buildPythonApplication rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [ librsync makeWrapper python2Packages.wrapPython ];
|
buildInputs = [ librsync makeWrapper python2Packages.wrapPython ];
|
||||||
propagatedBuildInputs = with python2Packages; [
|
propagatedBuildInputs = [ backblaze-b2 ] ++ (with python2Packages; [
|
||||||
boto cffi cryptography ecdsa enum idna pygobject3 fasteners
|
boto cffi cryptography ecdsa enum idna pygobject3 fasteners
|
||||||
ipaddress lockfile paramiko pyasn1 pycrypto six
|
ipaddress lockfile paramiko pyasn1 pycrypto six
|
||||||
];
|
]);
|
||||||
checkInputs = [
|
checkInputs = [
|
||||||
gnupg # Add 'gpg' to PATH.
|
gnupg # Add 'gpg' to PATH.
|
||||||
gnutar # Add 'tar' to PATH.
|
gnutar # Add 'tar' to PATH.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user