guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: sdrangel: Add missing input.


From: guix-commits
Subject: branch master updated: gnu: sdrangel: Add missing input.
Date: Wed, 01 Dec 2021 11:31:19 -0500

This is an automated email from the git hooks/post-receive script.

glv pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 1a0696e  gnu: sdrangel: Add missing input.
1a0696e is described below

commit 1a0696e0a6dcde342094712957037c586f572efb
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Wed Dec 1 17:13:43 2021 +0100

    gnu: sdrangel: Add missing input.
    
    QtQuick is required by some runtime features.
    
    * gnu/packages/radio.scm (sdrangel)[inputs]: Add qtquickcontrols2.
---
 gnu/packages/radio.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/radio.scm b/gnu/packages/radio.scm
index d3ba209..9394bf9 100644
--- a/gnu/packages/radio.scm
+++ b/gnu/packages/radio.scm
@@ -2083,6 +2083,7 @@ voice formats.")
        ("qtdeclarative" ,qtdeclarative)
        ("qtlocation" ,qtlocation)
        ("qtmultimedia" ,qtmultimedia)
+       ("qtquickcontrols2" ,qtquickcontrols2)
        ("qtserialport" ,qtserialport)
        ("qtspeech" ,qtspeech)
        ("qtwebsockets" ,qtwebsockets)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]