gnuradio-osmosdr: add hackrf support

authored by Stewart Mackenzie and committed by Bjørn Forsman 8a82935d f550eb7f

+2 -2
+2 -2
pkgs/applications/misc/gnuradio-osmosdr/default.nix
··· 1 { stdenv, fetchgit, cmake, pkgconfig, boost, gnuradio, rtl-sdr, uhd 2 - , makeWrapper 3 , pythonSupport ? true, python, swig 4 }: 5 ··· 16 }; 17 18 buildInputs = [ 19 - cmake pkgconfig boost gnuradio rtl-sdr uhd makeWrapper 20 ] ++ stdenv.lib.optionals pythonSupport [ python swig ]; 21 22 postInstall = ''
··· 1 { stdenv, fetchgit, cmake, pkgconfig, boost, gnuradio, rtl-sdr, uhd 2 + , makeWrapper, hackrf 3 , pythonSupport ? true, python, swig 4 }: 5 ··· 16 }; 17 18 buildInputs = [ 19 + cmake pkgconfig boost gnuradio rtl-sdr uhd makeWrapper hackrf 20 ] ++ stdenv.lib.optionals pythonSupport [ python swig ]; 21 22 postInstall = ''