fontforge: prevent configure from picking up xquartz installation

This commit is contained in:
Dmitry Kalinkin 2016-09-03 23:39:43 -04:00
parent 810787238d
commit 1d4ed38751

View file

@ -35,7 +35,8 @@ stdenv.mkDerivation rec {
configureFlags =
lib.optionals (!withPython) [ "--disable-python-scripting" "--disable-python-extension" ]
++ lib.optional withGTK "--enable-gtk2-use";
++ lib.optional withGTK "--enable-gtk2-use"
++ lib.optional (!withGTK) "--without-x";
preConfigure = ''
cp -r "${gnulib}" ./gnulib