mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-19 12:14:10 +00:00
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:
parent
f9f2b3ae42
commit
bf05505377
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user