treewide: Make explicit that 'dev' output of libpng is used
This commit is contained in:
committed by
Vladimír Čunát
parent
603dcd6263
commit
309b2644ac
@@ -31,7 +31,7 @@ composableDerivation.composableDerivation {} (fixed: rec {
|
||||
configureFlags = [
|
||||
"--with-jpeg=${libjpeg.dev}"
|
||||
"--with-libtiff=${libtiff}" # optional (without largetiff support)
|
||||
"--with-libpng=${libpng}" # optional
|
||||
"--with-libpng=${libpng.dev}" # optional
|
||||
"--with-libz=${zlib}" # optional
|
||||
|
||||
"--with-pg=${postgresql}/bin/pg_config"
|
||||
|
||||
@@ -26,7 +26,7 @@ composableDerivation.composableDerivation {} (fixed: rec {
|
||||
configureFlags = [
|
||||
"--with-jpeg=${libjpeg.dev}"
|
||||
"--with-libtiff=${libtiff}" # optional (without largetiff support)
|
||||
"--with-libpng=${libpng}" # optional
|
||||
"--with-libpng=${libpng.dev}" # optional
|
||||
"--with-libz=${zlib}" # optional
|
||||
|
||||
"--with-pg=${postgresql}/bin/pg_config"
|
||||
|
||||
Reference in New Issue
Block a user