qt6.wrapQtAppsHook: fix addEnvHooks: hostOffset -> targetOffset
use buildInputs from buildPythonPackage
This commit is contained in:
parent
38262f960f
commit
1fb721156a
@ -34,7 +34,7 @@ qtHostPathHook() {
|
||||
qtWrapperArgs+=(--prefix QML2_IMPORT_PATH : "$qmlDir")
|
||||
fi
|
||||
}
|
||||
addEnvHooks "$hostOffset" qtHostPathHook
|
||||
addEnvHooks "$targetOffset" qtHostPathHook
|
||||
|
||||
makeQtWrapper() {
|
||||
local original="$1"
|
||||
|
Loading…
Reference in New Issue
Block a user