This commit was too aggressive in adding configure flags. Only qtbsea
needs the -no-framework flag to work correctly. Qmake will handle
everything else for us.
This commit is contained in:
Matthew Bauer 2018-06-02 13:50:45 -04:00
parent 313d2f7d6b
commit dcea0913e5
2 changed files with 1 additions and 3 deletions

View file

@ -16,9 +16,6 @@ let
optional (!debug) "-DQT_NO_DEBUG"
++ lib.toList (args.NIX_CFLAGS_COMPILE or []);
configureFlags = [ "-no-framework" ]
++ (args.configureFlags or []);
cmakeFlags =
(args.cmakeFlags or [])
++ [

View file

@ -298,6 +298,7 @@ stdenv.mkDerivation {
"-no-fontconfig"
"-qt-freetype"
"-qt-libpng"
"-no-framework"
]
else
[