mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -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
|
||||
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"
|
||||
|
|
Loading…
Reference in a new issue