We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86c1825 commit 08319d0Copy full SHA for 08319d0
1 file changed
pkgs/applications/radio/sdrangel/default.nix
@@ -26,6 +26,7 @@ qtserialport,
26
qtwebsockets,
27
rtl-sdr,
28
serialdv,
29
+soapysdr-with-plugins,
30
uhd
31
}:
32
@@ -46,7 +47,7 @@ mkDerivation rec {
46
47
glew opencv3 libusb1 boost libopus limesuite libav libiio libpulseaudio
48
qtbase qtwebsockets qtmultimedia rtl-sdr airspy hackrf
49
fftwFloat codec2 cm256cc serialdv qtserialport
- libbladeRF uhd
50
+ libbladeRF uhd soapysdr-with-plugins
51
];
52
cmakeFlags = [
53
"-DLIBSERIALDV_INCLUDE_DIR:PATH=${serialdv}/include/serialdv"
0 commit comments