me
/
guix
Archived
1
0
Fork 0

gnu: sdrangel: Add missing input.

QtQuick is required by some runtime features.

* gnu/packages/radio.scm (sdrangel)[inputs]: Add qtquickcontrols2.
master
Guillaume Le Vaillant 2021-12-01 17:13:43 +01:00
parent e7ead42383
commit 1a0696e0a6
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 1 additions and 0 deletions

View File

@ -2083,6 +2083,7 @@ voice formats.")
("qtdeclarative" ,qtdeclarative)
("qtlocation" ,qtlocation)
("qtmultimedia" ,qtmultimedia)
("qtquickcontrols2" ,qtquickcontrols2)
("qtserialport" ,qtserialport)
("qtspeech" ,qtspeech)
("qtwebsockets" ,qtwebsockets)