Skip to content

Commit

Permalink
sdrangel: add soapysdr dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
numinit committed Dec 20, 2020
1 parent 86c1825 commit 08319d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/applications/radio/sdrangel/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ qtserialport,
qtwebsockets,
rtl-sdr,
serialdv,
soapysdr-with-plugins,
uhd
}:

Expand All @@ -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"
Expand Down

0 comments on commit 08319d0

Please sign in to comment.