mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: sdrangel: Add missing input.
QtQuick is required by some runtime features. * gnu/packages/radio.scm (sdrangel)[inputs]: Add qtquickcontrols2.
This commit is contained in:
parent
e7ead42383
commit
1a0696e0a6
1 changed files with 1 additions and 0 deletions
|
@ -2083,6 +2083,7 @@ (define-public sdrangel
|
|||
("qtdeclarative" ,qtdeclarative)
|
||||
("qtlocation" ,qtlocation)
|
||||
("qtmultimedia" ,qtmultimedia)
|
||||
("qtquickcontrols2" ,qtquickcontrols2)
|
||||
("qtserialport" ,qtserialport)
|
||||
("qtspeech" ,qtspeech)
|
||||
("qtwebsockets" ,qtwebsockets)
|
||||
|
|
Loading…
Reference in a new issue