qtbase: Check for wrapQtAppsHook in setupHook

This commit is contained in:
Thomas Tuegel
2021-01-25 15:56:15 -06:00
parent 67b7cffaec
commit 5590e365e4
109 changed files with 225 additions and 8 deletions
@@ -26,6 +26,8 @@ stdenv.mkDerivation rec {
# on system paths being set.
patches = [ ./gst-plugin-paths.patch ];
dontWrapQtApps = true;
NIX_CFLAGS_COMPILE =
let gstPluginPaths =
lib.makeSearchPathOutput "lib" "/lib/gstreamer-1.0"
@@ -35,6 +35,8 @@ stdenv.mkDerivation rec {
extra-cmake-modules
];
dontWrapQtApps = true;
cmakeFlags = [
"-DCMAKE_BUILD_TYPE=${if debug then "Debug" else "Release"}"
];