0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 14:10:33 +03:00

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