gnuradio: set QT_PLUGIN_PATH in preCheck only for gr-qtgui

This commit is contained in:
Doron Behar
2025-08-15 01:45:07 +03:00
parent 7ef1b4163a
commit 5a5cae59f4
@@ -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}"
'';