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:
Nick Cao 2023-04-13 23:45:44 +08:00
parent f9f2b3ae42
commit bf05505377
No known key found for this signature in database

View file

@ -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";