gnuradio-osmosdr: Added support for AirSpy devices
This commit is contained in:
parent
e832834a14
commit
f25d6cdeb9
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchgit, cmake, pkgconfig, boost, gnuradio, rtl-sdr, uhd
|
{ stdenv, fetchgit, cmake, pkgconfig, boost, gnuradio, rtl-sdr, uhd
|
||||||
, makeWrapper, hackrf
|
, makeWrapper, hackrf, airspy
|
||||||
, pythonSupport ? true, python, swig
|
, pythonSupport ? true, python, swig
|
||||||
}:
|
}:
|
||||||
|
|
||||||
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
cmake boost gnuradio rtl-sdr uhd makeWrapper hackrf
|
cmake boost gnuradio rtl-sdr uhd makeWrapper hackrf airspy
|
||||||
] ++ stdenv.lib.optionals pythonSupport [ python swig ];
|
] ++ stdenv.lib.optionals pythonSupport [ python swig ];
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user