diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-10-23 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-10-23 02:00:00 +0200 |
commit | 128f3cf8a4ff99a0b5a7ba36c447957e23080be7 (patch) | |
tree | d9845166919e73adbc93077aa73cf7ca7433fab8 | |
parent | fad1165fdbcd5be96fa02803e2606648d707f94f (diff) | |
download | guix-128f3cf8a4ff99a0b5a7ba36c447957e23080be7.tar.gz guix-128f3cf8a4ff99a0b5a7ba36c447957e23080be7.zip |
gnu: hamlib: Fix inputs.
* gnu/packages/radio.scm (hamlib)[native-inputs]: Move lua and tcl…
[inputs]: …here. Add python.
-rw-r--r-- | gnu/packages/radio.scm | 12 |
1 files 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" |