guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: hamlib: Fix inputs.


From: guix-commits
Subject: 03/04: gnu: hamlib: Fix inputs.
Date: Sun, 30 Oct 2022 18:11:48 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 128f3cf8a4ff99a0b5a7ba36c447957e23080be7
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Oct 23 02:00:00 2022 +0200

    gnu: hamlib: Fix inputs.
    
    * gnu/packages/radio.scm (hamlib)[native-inputs]: Move lua and tcl…
    [inputs]: …here.  Add python.
---
 gnu/packages/radio.scm | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/radio.scm b/gnu/packages/radio.scm
index 4e50ef8ff4..e36dc55795 100644
--- a/gnu/packages/radio.scm
+++ b/gnu/packages/radio.scm
@@ -1230,13 +1230,17 @@ you must extend 'udev-service-type' with this package.  
E.g.:
            automake
            doxygen
            libtool
-           lua
            pkg-config
            python-wrapper
-           swig
-           tcl))
+           swig))
     (inputs
-     (list gd libusb libxml2 readline))
+     (list gd
+           libusb
+           libxml2
+           lua
+           python
+           readline
+           tcl))
     (arguments
      `(#:configure-flags
        '("--disable-static"



reply via email to

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