Loading pkgs/development/libraries/zlib/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -57,7 +57,7 @@ stdenv.mkDerivation (finalAttrs: { export CHOST=${stdenv.hostPlatform.config} ''; # For zlib's ./configure (as of verion 1.2.11), the order # For zlib's ./configure (as of version 1.2.11), the order # of --static/--shared flags matters! # `--shared --static` builds only static libs, while # `--static --shared` builds both. Loading Loading
pkgs/development/libraries/zlib/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -57,7 +57,7 @@ stdenv.mkDerivation (finalAttrs: { export CHOST=${stdenv.hostPlatform.config} ''; # For zlib's ./configure (as of verion 1.2.11), the order # For zlib's ./configure (as of version 1.2.11), the order # of --static/--shared flags matters! # `--shared --static` builds only static libs, while # `--static --shared` builds both. Loading