mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
Merge pull request #122549 from erdnaxe/fix_gnuradio
gnuradio: add Qt5 wrapper for version 3.9+
This commit is contained in:
commit
c5e26e3a62
@ -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
Block a user