diff options
author | aszlig <aszlig@redmoonstudios.org> | 2014-03-18 02:21:10 +0100 |
---|---|---|
committer | aszlig <aszlig@redmoonstudios.org> | 2014-04-19 03:58:40 +0200 |
commit | 33acfbe9176cd0b88d3cb821a749de757e19ce58 (patch) | |
tree | 537f002d2d068b96575498e92da22679c2003482 /pkgs/development/libraries/zlib | |
parent | 5b67290740fbb0d8b9a5bcc0d9a9108b844add5d (diff) |
minizip: New package based on zlib derivation.
This is needed by Chromium and is part of the zlib source tree in contrib/, so let's propagate the version of zlib and use the same source tree. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'pkgs/development/libraries/zlib')
-rw-r--r-- | pkgs/development/libraries/zlib/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/libraries/zlib/default.nix b/pkgs/development/libraries/zlib/default.nix index 0d4abaf25e0a1..f1eea80ab7a36 100644 --- a/pkgs/development/libraries/zlib/default.nix +++ b/pkgs/development/libraries/zlib/default.nix @@ -40,4 +40,6 @@ stdenv.mkDerivation rec { # zlib doesn't like the automatic --disable-shared from the Cygwin stdenv. cygwinConfigureEnableShared = true; + + passthru.version = version; } |