mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
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 New Issue
Block a user