* 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:
@@ -106,6 +106,10 @@ rec {
|
||||
inherit fetchurl stdenv;
|
||||
};
|
||||
|
||||
bsdiff = (import ../tools/compression/bsdiff) {
|
||||
inherit fetchurl stdenv;
|
||||
};
|
||||
|
||||
which = (import ../tools/system/which) {
|
||||
inherit fetchurl stdenv;
|
||||
};
|
||||
|
||||
@@ -15,6 +15,7 @@ let {
|
||||
gzip
|
||||
bzip2
|
||||
zdelta
|
||||
bsdiff
|
||||
wget
|
||||
par2cmdline
|
||||
cksfv
|
||||
|
||||
Reference in New Issue
Block a user