Revert "qt6.qtbase: fixup build by adding #include paths"

This reverts commit c5910ff40d.
It's not needed after the parent commit.
This commit is contained in:
Vladimír Čunát 2024-04-15 13:44:14 +02:00
parent 3a48b90483
commit 2870e78461
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA
1 changed files with 1 additions and 4 deletions

View File

@ -250,10 +250,7 @@ stdenv.mkDerivation rec {
"-framework GSS"
]);
env.NIX_CFLAGS_COMPILE = "-DNIXPKGS_QT_PLUGIN_PREFIX=\"${qtPluginPrefix}\""
# These flags are in glib-2.0.pc but somehow don't get applied automatically.
+ lib.optionalString (!stdenv.hostPlatform.isMinGW)
" -I${glib.dev}/include/glib-2.0 -I${glib.out}/lib/glib-2.0/include";
env.NIX_CFLAGS_COMPILE = "-DNIXPKGS_QT_PLUGIN_PREFIX=\"${qtPluginPrefix}\"";
outputs = [ "out" "dev" ];