mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 19:44:09 +00:00
gd: remove left-over cruft from 9b658d51cb
This commit is contained in:
parent
f1187c4605
commit
bbae43a7a9
@ -8,7 +8,6 @@
|
|||||||
, libXpm ? null
|
, libXpm ? null
|
||||||
, fontconfig
|
, fontconfig
|
||||||
, freetype
|
, freetype
|
||||||
, fetchpatch, autoreconfHook, perl
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
@ -23,8 +22,7 @@ stdenv.mkDerivation rec {
|
|||||||
# -pthread gets passed to clang, causing warnings
|
# -pthread gets passed to clang, causing warnings
|
||||||
configureFlags = stdenv.lib.optional stdenv.isDarwin "--enable-werror=no";
|
configureFlags = stdenv.lib.optional stdenv.isDarwin "--enable-werror=no";
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ]
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
++ stdenv.lib.optionals stdenv.isDarwin [ autoreconfHook perl ];
|
|
||||||
buildInputs = [ zlib fontconfig freetype ];
|
buildInputs = [ zlib fontconfig freetype ];
|
||||||
propagatedBuildInputs = [ libpng libjpeg libwebp libtiff libXpm ];
|
propagatedBuildInputs = [ libpng libjpeg libwebp libtiff libXpm ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user