gnu: hamlib: Fix inputs.
* gnu/packages/radio.scm (hamlib)[native-inputs]: Move lua and tcl… [inputs]: …here. Add python.master
parent
fad1165fdb
commit
128f3cf8a4
|
@ -1230,13 +1230,17 @@ you must extend 'udev-service-type' with this package. E.g.:
|
||||||
automake
|
automake
|
||||||
doxygen
|
doxygen
|
||||||
libtool
|
libtool
|
||||||
lua
|
|
||||||
pkg-config
|
pkg-config
|
||||||
python-wrapper
|
python-wrapper
|
||||||
swig
|
swig))
|
||||||
tcl))
|
|
||||||
(inputs
|
(inputs
|
||||||
(list gd libusb libxml2 readline))
|
(list gd
|
||||||
|
libusb
|
||||||
|
libxml2
|
||||||
|
lua
|
||||||
|
python
|
||||||
|
readline
|
||||||
|
tcl))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
'("--disable-static"
|
'("--disable-static"
|
||||||
|
|
Reference in New Issue