mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
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;
|
||||
});
|
||||
|
||||
bzip2Static = (import ../tools/compression/bzip2-static) {
|
||||
inherit fetchurl stdenv;
|
||||
};
|
||||
|
||||
zdelta = (import ../tools/compression/zdelta) {
|
||||
inherit fetchurl stdenv;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user