welle-io: add soapysdr support
This commit is contained in:
parent
e0d3371728
commit
7ba2754101
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, buildEnv, fetchFromGitHub, cmake, pkgconfig
|
{ stdenv, buildEnv, fetchFromGitHub, cmake, pkgconfig
|
||||||
, qtbase, qtcharts, qtmultimedia, qtquickcontrols, qtquickcontrols2
|
, qtbase, qtcharts, qtmultimedia, qtquickcontrols, qtquickcontrols2
|
||||||
, faad2, rtl-sdr, libusb, fftwSinglePrec }:
|
, faad2, rtl-sdr, soapysdr-with-plugins, libusb, fftwSinglePrec }:
|
||||||
let
|
let
|
||||||
|
|
||||||
version = "1.0-rc2";
|
version = "1.0-rc2";
|
||||||
@ -28,10 +28,11 @@ in stdenv.mkDerivation {
|
|||||||
qtquickcontrols
|
qtquickcontrols
|
||||||
qtquickcontrols2
|
qtquickcontrols2
|
||||||
rtl-sdr
|
rtl-sdr
|
||||||
|
soapysdr-with-plugins
|
||||||
];
|
];
|
||||||
|
|
||||||
cmakeFlags = [
|
cmakeFlags = [
|
||||||
"-DRTLSDR=true"
|
"-DRTLSDR=true" "-DSOAPYSDR=true"
|
||||||
];
|
];
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user