forked from mirrors/nixpkgs
gd: remove left-over cruft from 9b658d51cb
This commit is contained in:
parent
f1187c4605
commit
bbae43a7a9
|
@ -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 ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue