airspy: fixup meta
This commit is contained in:
parent
b2973d5ad4
commit
b45be40818
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
let
|
let
|
||||||
version = "1.0.9";
|
version = "1.0.9";
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "airspy-${version}";
|
name = "airspy-${version}";
|
||||||
|
|
||||||
@ -17,15 +17,14 @@ in
|
|||||||
|
|
||||||
nativeBuildInputs = [ cmake pkgconfig ];
|
nativeBuildInputs = [ cmake pkgconfig ];
|
||||||
buildInputs = [ libusb ];
|
buildInputs = [ libusb ];
|
||||||
|
|
||||||
cmakeFlags = [ "-DINSTALL_UDEV_RULES=OFF" ];
|
cmakeFlags = [ "-DINSTALL_UDEV_RULES=OFF" ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://github.com/airspy/airspyone_host;
|
homepage = http://github.com/airspy/airspyone_host;
|
||||||
description = "Host tools and driver library for the AirSpy SDR";
|
description = "Host tools and driver library for the AirSpy SDR";
|
||||||
license = licenses.free;
|
license = licenses.free;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainer = with maintainers; [ markuskowa ];
|
maintainers = with maintainers; [ markuskowa ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user