fontforge: build the non-gui version without fontconfig
(in build-time closure)
This commit is contained in:
parent
475124f78e
commit
3f80ecfc79
1 changed files with 1 additions and 2 deletions
|
@ -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 =
|
||||
|
|
Loading…
Reference in a new issue