mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: hamlib: Fix inputs.
* gnu/packages/radio.scm (hamlib)[native-inputs]: Move lua and tcl… [inputs]: …here. Add python.
This commit is contained in:
parent
fad1165fdb
commit
128f3cf8a4
1 changed files with 8 additions and 4 deletions
|
@ -1230,13 +1230,17 @@ (define-public hamlib
|
||||||
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"
|
||||||
|
|
Loading…
Reference in a new issue