add bzip2Static

svn path=/nixpkgs/trunk/; revision=6269
This commit is contained in:
Armijn Hemel 2006-08-27 13:00:20 +00:00
parent 80e695bfca
commit 13f741b926

View File

@ -274,6 +274,10 @@ rec {
inherit fetchurl stdenv;
});
bzip2Static = (import ../tools/compression/bzip2-static) {
inherit fetchurl stdenv;
};
zdelta = (import ../tools/compression/zdelta) {
inherit fetchurl stdenv;
};