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:
parent
55e322ca6c
commit
2dd59a1755
1 changed files with 5 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue