Making duplicity's rdiffdir work (it had to be wrapped)
svn path=/nixpkgs/trunk/; revision=22157
This commit is contained in:
parent
4328f6a1fe
commit
056ff2705a
@ -13,6 +13,8 @@ stdenv.mkDerivation {
|
|||||||
wrapProgram $out/bin/duplicity \
|
wrapProgram $out/bin/duplicity \
|
||||||
--prefix PYTHONPATH : "$(toPythonPath $out):$(toPythonPath ${boto})" \
|
--prefix PYTHONPATH : "$(toPythonPath $out):$(toPythonPath ${boto})" \
|
||||||
--prefix PATH : "${gnupg}/bin"
|
--prefix PATH : "${gnupg}/bin"
|
||||||
|
wrapProgram $out/bin/rdiffdir \
|
||||||
|
--prefix PYTHONPATH : "$(toPythonPath $out):$(toPythonPath ${boto})" \
|
||||||
'';
|
'';
|
||||||
|
|
||||||
buildInputs = [ python librsync makeWrapper ];
|
buildInputs = [ python librsync makeWrapper ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user