add bzip2Static
svn path=/nixpkgs/trunk/; revision=6269
This commit is contained in:
@@ -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;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user