gnu: fldigi: Add hamlib support.

* gnu/packages/radio.scm (fldigi)[inputs]: Add hamlib and libusb.
This commit is contained in:
Guillaume Le Vaillant 2020-04-23 17:35:19 +02:00
parent 409dfdf03d
commit e6d141652c
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -548,8 +548,10 @@ (define-public fldigi
(inputs
`(("alsa-lib" ,alsa-lib)
("fltk" ,fltk)
("hamlib" ,hamlib)
("libpng" ,libpng)
("libsamplerate" ,libsamplerate)
("libusb" ,libusb)
("libx11" ,libx11)
("libxext" ,libxext)
("libxfixes" ,libxfixes)