Unverified Commit bf055053 authored by Nick Cao's avatar Nick Cao
Browse files

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.
parent f9f2b3ae
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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";