fontforge: build the non-gui version without fontconfig

(in build-time closure)
This commit is contained in:
Vladimír Čunát 2016-08-29 22:27:34 +02:00
parent 475124f78e
commit 3f80ecfc79

@ -29,9 +29,8 @@ stdenv.mkDerivation rec {
buildInputs = [
git autoconf automake gnum4 libtool perl pkgconfig gettext uthash
python freetype zlib glib libungif libpng libjpeg libtiff libxml2
pango
]
++ lib.optionals withGTK [ gtk2 ]
++ lib.optionals withGTK [ gtk2 pango ]
++ lib.optionals (withGTK && stdenv.isDarwin) [ Carbon Cocoa ];
configureFlags =