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

This commit is contained in:
Tuomas Tynkkynen
2016-04-16 20:36:59 +03:00
committed by Vladimír Čunát
parent 62479404ea
commit be00816cab
7 changed files with 7 additions and 7 deletions

View File

@@ -135,7 +135,7 @@ let
"--with-gd"
"--with-freetype-dir=${freetype.dev}"
"--with-png-dir=${libpng}"
"--with-jpeg-dir=${libjpeg}"
"--with-jpeg-dir=${libjpeg.dev}"
];
buildInputs = [ libpng libjpeg freetype ];
};