parent
5e5165ec6f
commit
d19dc420d2
@ -28,7 +28,6 @@ _qtPropagate() {
|
|||||||
for dir in "lib/qt5/plugins" "lib/qt5/qml" "lib/qt5/imports"; do
|
for dir in "lib/qt5/plugins" "lib/qt5/qml" "lib/qt5/imports"; do
|
||||||
if [ -d "$1/$dir" ]; then
|
if [ -d "$1/$dir" ]; then
|
||||||
propagateOnce propagatedBuildInputs "$1"
|
propagateOnce propagatedBuildInputs "$1"
|
||||||
propagateOnce propagatedUserEnvPkgs "$1"
|
|
||||||
break
|
break
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
@ -43,9 +42,6 @@ _qtPropagateNative() {
|
|||||||
for dir in "lib/qt5/plugins" "lib/qt5/qml" "lib/qt5/imports"; do
|
for dir in "lib/qt5/plugins" "lib/qt5/qml" "lib/qt5/imports"; do
|
||||||
if [ -d "$1/$dir" ]; then
|
if [ -d "$1/$dir" ]; then
|
||||||
propagateOnce propagatedNativeBuildInputs "$1"
|
propagateOnce propagatedNativeBuildInputs "$1"
|
||||||
if [ -z "$crossConfig" ]; then
|
|
||||||
propagateOnce propagatedUserEnvPkgs "$1"
|
|
||||||
fi
|
|
||||||
break
|
break
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user