qt6.wrapQtAppsHook: fix addEnvHooks: hostOffset -> targetOffset

use buildInputs from buildPythonPackage
This commit is contained in:
Milan Hauth 2022-07-14 14:12:45 +02:00
parent 38262f960f
commit 1fb721156a

View file

@ -34,7 +34,7 @@ qtHostPathHook() {
qtWrapperArgs+=(--prefix QML2_IMPORT_PATH : "$qmlDir")
fi
}
addEnvHooks "$hostOffset" qtHostPathHook
addEnvHooks "$targetOffset" qtHostPathHook
makeQtWrapper() {
local original="$1"