mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 02:44:30 +00:00
zlib: fix typo
"verion" -> "version"
This commit is contained in:
parent
84dec7a8b9
commit
f7811fef7a
@ -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…
Reference in New Issue
Block a user