mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
sdrangel: add soapysdr dependency
This commit is contained in:
parent
86c1825fc1
commit
08319d0522
@ -26,6 +26,7 @@ qtserialport,
|
||||
qtwebsockets,
|
||||
rtl-sdr,
|
||||
serialdv,
|
||||
soapysdr-with-plugins,
|
||||
uhd
|
||||
}:
|
||||
|
||||
@ -46,7 +47,7 @@ mkDerivation rec {
|
||||
glew opencv3 libusb1 boost libopus limesuite libav libiio libpulseaudio
|
||||
qtbase qtwebsockets qtmultimedia rtl-sdr airspy hackrf
|
||||
fftwFloat codec2 cm256cc serialdv qtserialport
|
||||
libbladeRF uhd
|
||||
libbladeRF uhd soapysdr-with-plugins
|
||||
];
|
||||
cmakeFlags = [
|
||||
"-DLIBSERIALDV_INCLUDE_DIR:PATH=${serialdv}/include/serialdv"
|
||||
|
Loading…
Reference in New Issue
Block a user