3
0
Fork 0
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:
Lluís Batlle i Rossell 2010-06-05 15:06:12 +00:00
parent 4328f6a1fe
commit 056ff2705a

View file

@ -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 ];