mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03:00
add zlibStatic
svn path=/nixpkgs/trunk/; revision=5933
This commit is contained in:
parent
55e322ca6c
commit
2dd59a1755
@ -1111,6 +1111,11 @@ rec {
|
||||
inherit fetchurl stdenv;
|
||||
};
|
||||
|
||||
zlibStatic = (import ../development/libraries/zlib) {
|
||||
inherit fetchurl stdenv;
|
||||
static = true;
|
||||
};
|
||||
|
||||
libjpeg = (import ../development/libraries/libjpeg) {
|
||||
inherit fetchurl stdenv libtool;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user