gnuradio: set QT_PLUGIN_PATH in preCheck only for gr-qtgui (#433816)

This commit is contained in:
Franz Pletz
2025-08-15 19:13:19 +02:00
committed by GitHub
@@ -126,6 +126,8 @@ in
preCheck = ''
export HOME=$(mktemp -d)
export QT_QPA_PLATFORM=offscreen
''
+ lib.optionalString (hasFeature "gr-qtgui") ''
export QT_PLUGIN_PATH="${qt.qtbase.bin}/${qt.qtbase.qtPluginPrefix}"
'';