forked from mirrors/nixpkgs
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 \
|
||||
--prefix PYTHONPATH : "$(toPythonPath $out):$(toPythonPath ${boto})" \
|
||||
--prefix PATH : "${gnupg}/bin"
|
||||
wrapProgram $out/bin/rdiffdir \
|
||||
--prefix PYTHONPATH : "$(toPythonPath $out):$(toPythonPath ${boto})" \
|
||||
'';
|
||||
|
||||
buildInputs = [ python librsync makeWrapper ];
|
||||
|
|
Loading…
Reference in a new issue