qt6.wrapQtAppsHook: fix addEnvHooks: hostOffset -> targetOffset
use buildInputs from buildPythonPackage
This commit is contained in:
parent
38262f960f
commit
1fb721156a
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue