qt6.qtbase: remove fixQmakeLibtool hook
As we are now building qt modules with cmake, libtool libraries are no longer generated, the fixQmakeLibtool hook can be droppped.
This commit is contained in:
@@ -204,7 +204,6 @@ stdenv.mkDerivation rec {
|
||||
preHook = ''
|
||||
. "$fix_qt_builtin_paths"
|
||||
. "$fix_qt_module_paths"
|
||||
. ${../hooks/fix-qmake-libtool.sh}
|
||||
'';
|
||||
|
||||
qtPluginPrefix = "lib/qt-6/plugins";
|
||||
|
||||
Reference in New Issue
Block a user