forked from mirrors/nixpkgs
zlib: Fix typo in comment. No eval changes.
This created confusion in #71813.
This commit is contained in:
parent
3ccbce4b12
commit
6393bdb0ed
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue