gnu: dump1090: Add support for BladeRF.
* gnu/packages/radio.scm (dump1090)[inputs]: Add bladerf. [arguments]: Update 'make-flags'.
This commit is contained in:
parent
e788923600
commit
d1ed2ce12c
1 changed files with 2 additions and 3 deletions
|
@ -1865,13 +1865,12 @@ gain and standing wave ratio.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config))
|
(list pkg-config))
|
||||||
(inputs
|
(inputs
|
||||||
(list hackrf libusb ncurses rtl-sdr))
|
(list bladerf hackrf libusb ncurses rtl-sdr))
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
#:test-target "test"
|
#:test-target "test"
|
||||||
#:make-flags
|
#:make-flags
|
||||||
#~(list (string-append "CC=" #$(cc-for-target))
|
#~(list (string-append "CC=" #$(cc-for-target)))
|
||||||
"BLADERF=no")
|
|
||||||
#:phases
|
#:phases
|
||||||
#~(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
(delete 'configure)
|
(delete 'configure)
|
||||||
|
|
Reference in a new issue