add bzip2Static
svn path=/nixpkgs/trunk/; revision=6269
This commit is contained in:
parent
80e695bfca
commit
13f741b926
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue