gnuradio: set QT_PLUGIN_PATH in preCheck only for gr-qtgui
This commit is contained in:
@@ -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}"
|
||||
'';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user