treewide: Make explicit that 'dev' output of zlib is used
This commit is contained in:
committed by
Vladimír Čunát
parent
c4ffd14184
commit
7fb29bfa73
@@ -45,7 +45,7 @@ let
|
||||
--disable-keychain
|
||||
${if saslSupport then "--with-sasl=${sasl}" else "--without-sasl"}
|
||||
${if httpSupport then "--with-serf=${serf}" else "--without-serf"}
|
||||
--with-zlib=${zlib}
|
||||
--with-zlib=${zlib.dev}
|
||||
--with-sqlite=${sqlite.dev}
|
||||
'';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user