Skip to content

Commit

Permalink
Merge pull request #107293 from numinit/sdrangel-soapysdr
Browse files Browse the repository at this point in the history
sdrangel: add soapysdr dependency
  • Loading branch information
markuskowa authored Dec 20, 2020
2 parents 92ffcab + 08319d0 commit 3cb87bb
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 3cb87bb

Please sign in to comment.