Merge pull request #75115 from nh2/zlib-fix-comment-duplicate-word

zlib: Fix typo in comment. No eval changes.
This commit is contained in:
Niklas Hambüchen 2019-12-06 21:00:59 +01:00 committed by GitHub
commit d97fdcec47
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@
, shared ? true
, static ? true
# If true, a separate .static ouput is created and the .a is moved there.
# In this case `pkg-config` will auto detection will currently not work if the
# In this case `pkg-config` auto detection does not currently work if the
# .static output is given as `buildInputs` to another package (#66461), because
# the `.pc` file lists only the main output's lib dir.
# If false, and if `{ static = true; }`, the .a stays in the main output.