3
0
Fork 0
forked from mirrors/nixpkgs

gd: remove left-over cruft from 9b658d51cb

This commit is contained in:
Joachim Fasting 2016-07-23 14:18:24 +02:00
parent f1187c4605
commit bbae43a7a9
No known key found for this signature in database
GPG key ID: 7544761007FE4E08

View file

@ -8,7 +8,6 @@
, libXpm ? null
, fontconfig
, freetype
, fetchpatch, autoreconfHook, perl
}:
stdenv.mkDerivation rec {
@ -23,8 +22,7 @@ stdenv.mkDerivation rec {
# -pthread gets passed to clang, causing warnings
configureFlags = stdenv.lib.optional stdenv.isDarwin "--enable-werror=no";
nativeBuildInputs = [ pkgconfig ]
++ stdenv.lib.optionals stdenv.isDarwin [ autoreconfHook perl ];
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ zlib fontconfig freetype ];
propagatedBuildInputs = [ libpng libjpeg libwebp libtiff libXpm ];