treewide: Make explicit that 'dev' output of zlib is used

This commit is contained in:
Tuomas Tynkkynen
2016-04-16 20:50:01 +03:00
committed by Vladimír Čunát
parent c4ffd14184
commit 7fb29bfa73
19 changed files with 21 additions and 21 deletions

View File

@@ -56,7 +56,7 @@ stdenv.mkDerivation rec {
++ optional (sqlite != null) "--with-sqlite3=${sqlite.dev}"
++ optional (postgresql != null) "--with-postgresql=${postgresql}"
++ optional (libmysql != null) "--with-mysql=${libmysql}"
++ optional (zlib != null) "--with-zlib=${zlib}"
++ optional (zlib != null) "--with-zlib=${zlib.dev}"
++ optional (lzo != null) "--with-lzo=${lzo}"
++ optional (jansson != null) "--with-jansson=${jansson}"
++ optional (acl != null) "--enable-acl"