qtbase: Check for wrapQtAppsHook in setupHook
This commit is contained in:
@@ -13,6 +13,8 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [ qtbase libGLU ]
|
||||
++ lib.optional stdenv.isDarwin AGL;
|
||||
|
||||
dontWrapQtApps = true;
|
||||
|
||||
postPatch = ''
|
||||
cd QGLViewer
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user