* librsync is missing.
* mkDerivationByConfigruation wasn't commented out correctly (no nested comments, unfortunately). svn path=/nixpkgs/trunk/; revision=9287
This commit is contained in:
parent
d6705992aa
commit
f45f9a71e1
|
@ -606,10 +606,12 @@ rec {
|
|||
inherit fetchurl stdenv;
|
||||
};
|
||||
|
||||
/*
|
||||
rdiff_backup = import ../tools/backup/rdiff-backup {
|
||||
inherit fetchurl stdenv librsync gnused;
|
||||
python=python;
|
||||
};
|
||||
*/
|
||||
|
||||
rpm = import ../tools/package-management/rpm {
|
||||
inherit fetchurl stdenv cpio zlib bzip2 file sqlite beecrypt neon elfutils;
|
||||
|
|
Loading…
Reference in New Issue