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
@@ -134,7 +134,7 @@ let
|
||||
configureFlags = [
|
||||
"--with-gd"
|
||||
"--with-freetype-dir=${freetype.dev}"
|
||||
"--with-png-dir=${libpng}"
|
||||
"--with-png-dir=${libpng.dev}"
|
||||
"--with-jpeg-dir=${libjpeg.dev}"
|
||||
];
|
||||
buildInputs = [ libpng libjpeg freetype ];
|
||||
|
||||
Reference in New Issue
Block a user