add bzip2Static
svn path=/nixpkgs/trunk/; revision=6269
This commit is contained in:
parent
80e695bfca
commit
13f741b926
@ -274,6 +274,10 @@ rec {
|
|||||||
inherit fetchurl stdenv;
|
inherit fetchurl stdenv;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
bzip2Static = (import ../tools/compression/bzip2-static) {
|
||||||
|
inherit fetchurl stdenv;
|
||||||
|
};
|
||||||
|
|
||||||
zdelta = (import ../tools/compression/zdelta) {
|
zdelta = (import ../tools/compression/zdelta) {
|
||||||
inherit fetchurl stdenv;
|
inherit fetchurl stdenv;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user