guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: gqrx: Add volk to inputs.


From: guix-commits
Subject: 04/04: gnu: gqrx: Add volk to inputs.
Date: Wed, 15 Apr 2020 04:22:19 -0400 (EDT)

glv pushed a commit to branch master
in repository guix.

commit 01e62a022dbdf7ff935d1332a59c5b0c3e7d4a6b
Author: Guillaume Le Vaillant <address@hidden>
AuthorDate: Wed Apr 15 10:14:45 2020 +0200

    gnu: gqrx: Add volk to inputs.
    
    * gnu/packages/radio.scm (gqrx)[inputs]: Add volk.
---
 gnu/packages/radio.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/radio.scm b/gnu/packages/radio.scm
index 7fa3e44..a84a31f 100644
--- a/gnu/packages/radio.scm
+++ b/gnu/packages/radio.scm
@@ -516,7 +516,8 @@ to the fix block above.
        ("portaudio" ,portaudio)
        ("pulseaudio" ,pulseaudio)
        ("qtbase" ,qtbase)
-       ("qtsvg" ,qtsvg)))
+       ("qtsvg" ,qtsvg)
+       ("volk" ,volk)))
     (arguments
      `(#:tests? #f)) ; No tests
     (synopsis "Software defined radio receiver")



reply via email to

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