1 { lib, stdenv, fetchFromGitHub, cmake, pkg-config
2 , libusb1, rtl-sdr, soapysdr-with-plugins
5 stdenv.mkDerivation rec {
9 src = fetchFromGitHub {
13 hash = "sha256-qCfPweJeYHIuM1DfDmeDilkV/RLzbzlIe1sIpSx/EYc=";
16 nativeBuildInputs = [ pkg-config cmake ];
18 buildInputs = [ libusb1 rtl-sdr soapysdr-with-plugins ];
23 description = "Decode traffic from devices that broadcast on 433.9 MHz, 868 MHz, 315 MHz, 345 MHz and 915 MHz";
24 homepage = "https://github.com/merbanan/rtl_433";
25 license = licenses.gpl2Plus;
26 maintainers = with maintainers; [ earldouglas markuskowa ];
27 platforms = platforms.all;
28 mainProgram = "rtl_433";