add zlibStatic

svn path=/nixpkgs/trunk/; revision=5933
This commit is contained in:
Armijn Hemel 2006-07-25 08:44:05 +00:00
parent 55e322ca6c
commit 2dd59a1755

View File

@ -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;
};