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