fontforge: prevent configure from picking up xquartz installation
This commit is contained in:
parent
810787238d
commit
1d4ed38751
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user