soapyuhd: 0.3.6 -> 0.4.1
This commit is contained in:
parent
5afb1fed39
commit
a915c8f33b
@ -1,22 +1,19 @@
|
|||||||
{ stdenv, fetchFromGitHub, cmake, pkgconfig
|
{ stdenv, fetchFromGitHub, cmake, pkg-config
|
||||||
, uhd, boost, soapysdr
|
, uhd, boost, soapysdr
|
||||||
} :
|
} :
|
||||||
|
|
||||||
let
|
stdenv.mkDerivation rec {
|
||||||
version = "0.3.6";
|
|
||||||
|
|
||||||
in stdenv.mkDerivation {
|
|
||||||
pname = "soapyuhd";
|
pname = "soapyuhd";
|
||||||
inherit version;
|
version = "0.4.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "pothosware";
|
owner = "pothosware";
|
||||||
repo = "SoapyUHD";
|
repo = "SoapyUHD";
|
||||||
rev = "soapy-uhd-${version}";
|
rev = "soapy-uhd-${version}";
|
||||||
sha256 = "11kp5iv21k8lqwjjydzqmcxdgpm6yicw6d3jhzvcvwcavd41crs7";
|
sha256 = "14rk9ap9ayks2ma6mygca08yfds9bgfmip8cvwl87l06hwhnlwhj";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake pkgconfig ];
|
nativeBuildInputs = [ cmake pkg-config ];
|
||||||
buildInputs = [ uhd boost soapysdr ];
|
buildInputs = [ uhd boost soapysdr ];
|
||||||
|
|
||||||
cmakeFlags = [ "-DSoapySDR_DIR=${soapysdr}/share/cmake/SoapySDR/" ];
|
cmakeFlags = [ "-DSoapySDR_DIR=${soapysdr}/share/cmake/SoapySDR/" ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user