treewide: Make explicit that 'dev' output of libjpeg is used
This commit is contained in:
committed by
Vladimír Čunát
parent
62479404ea
commit
be00816cab
@@ -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 ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user