gnuradio: add Qt5 wrapper for version 3.9+
This commit is contained in:
parent
188a70bde5
commit
07d9edeaea
|
@ -96,7 +96,7 @@ let
|
|||
]
|
||||
++ lib.optionals (unwrapped.hasFeature "gr-qtgui" unwrapped.features)
|
||||
# 3.7 builds with qt4
|
||||
(if unwrapped.versionAttr.major == "3.8" then
|
||||
(if lib.versionAtLeast unwrapped.versionAttr.major "3.8" then
|
||||
[
|
||||
"--prefix" "QT_PLUGIN_PATH" ":"
|
||||
"${
|
||||
|
|
Loading…
Reference in New Issue