qtbase: Set cmakeFlags and NIX_CFLAGS_COMPILE in setupHook

This commit is contained in:
Thomas Tuegel
2021-01-25 15:56:05 -06:00
parent b80ce0aeca
commit 7744998f04
5 changed files with 41 additions and 12 deletions
@@ -145,7 +145,7 @@ let
patches = patches.qtbase;
inherit bison cups harfbuzz libGL;
withGtk3 = true; inherit dconf gtk3;
inherit developerBuild decryptSslTraffic;
inherit debug developerBuild decryptSslTraffic;
};
qtcharts = callPackage ../modules/qtcharts.nix {};