* Added bsdiff 4.2. Wow, this is even better than zdelta (which in

turn appears to be better than vdelta).

svn path=/nixpkgs/trunk/; revision=1819
This commit is contained in:
Eelco Dolstra
2004-11-29 21:17:29 +00:00
parent 9ebbbd25cc
commit 1d9072670b
5 changed files with 46 additions and 0 deletions

View File

@@ -106,6 +106,10 @@ rec {
inherit fetchurl stdenv;
};
bsdiff = (import ../tools/compression/bsdiff) {
inherit fetchurl stdenv;
};
which = (import ../tools/system/which) {
inherit fetchurl stdenv;
};

View File

@@ -15,6 +15,7 @@ let {
gzip
bzip2
zdelta
bsdiff
wget
par2cmdline
cksfv