forked from mirrors/nixpkgs
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
|
||||
, makeWrapper
|
||||
, makeWrapper, hackrf
|
||||
, pythonSupport ? true, python, swig
|
||||
}:
|
||||
|
||||
|
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
|||
};
|
||||
|
||||
buildInputs = [
|
||||
cmake pkgconfig boost gnuradio rtl-sdr uhd makeWrapper
|
||||
cmake pkgconfig boost gnuradio rtl-sdr uhd makeWrapper hackrf
|
||||
] ++ stdenv.lib.optionals pythonSupport [ python swig ];
|
||||
|
||||
postInstall = ''
|
||||
|
|
Loading…
Reference in a new issue