add rsync, untested
svn path=/nixpkgs/trunk/; revision=4309
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{stdenv, fetchurl}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "rsync-2.6.6";
|
||||
src = fetchurl {
|
||||
url = http://rsync.samba.org/ftp/rsync/rsync-2.6.6.tar.gz;
|
||||
md5 = "30c4e2849cbeae93f55548453865c2f2";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user