gnu: hamlib: Fix inputs.

* gnu/packages/radio.scm (hamlib)[native-inputs]: Move lua and tcl…
[inputs]: …here.  Add python.
This commit is contained in:
Tobias Geerinckx-Rice 2022-10-23 02:00:00 +02:00
parent fad1165fdb
commit 128f3cf8a4
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1230,13 +1230,17 @@ (define-public hamlib
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"