qt3, graphicsmagick137, fox, neverball: fix build
Broken after freetype propagating libpng, which hid the older ones. Reordering is enough to ensure the older libpng gets picked.
This commit is contained in:
@@ -15,7 +15,7 @@ stdenv.mkDerivation {
|
||||
configureFlags = "--enable-shared";
|
||||
|
||||
buildInputs =
|
||||
[ bzip2 freetype ghostscript graphviz libjpeg libpng libtiff libX11 libxml2
|
||||
[ libpng bzip2 freetype ghostscript graphviz libjpeg libtiff libX11 libxml2
|
||||
zlib libtool
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user