gnuradio-osmosdr: add hackrf support
This commit is contained in:
parent
f550eb7fde
commit
8a82935d46
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchgit, cmake, pkgconfig, boost, gnuradio, rtl-sdr, uhd
|
{ stdenv, fetchgit, cmake, pkgconfig, boost, gnuradio, rtl-sdr, uhd
|
||||||
, makeWrapper
|
, makeWrapper, hackrf
|
||||||
, pythonSupport ? true, python, swig
|
, pythonSupport ? true, python, swig
|
||||||
}:
|
}:
|
||||||
|
|
||||||
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
cmake pkgconfig boost gnuradio rtl-sdr uhd makeWrapper
|
cmake pkgconfig boost gnuradio rtl-sdr uhd makeWrapper hackrf
|
||||||
] ++ stdenv.lib.optionals pythonSupport [ python swig ];
|
] ++ stdenv.lib.optionals pythonSupport [ python swig ];
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user