22 version = "2020-08-13";
23 src = fetchFromGitHub {
26 rev = "2162103226f3dae43c8c2ab23b79483b84346665";
27 sha256 = "1vackka34722d8pcspfwj0j6gc9ic7dqq64sgkrpjm94sh3bmb0b";
29 disabled = gnuradioAtLeast "3.9";
38 "-DCMAKE_EXE_LINKER_FLAGS=-pthread"
51 gnuradio.python.pkgs.thrift
55 description = "Gnuradio block for ais";
56 mainProgram = "ais_rx";
57 homepage = "https://github.com/bistromath/gr-ais";
58 license = licenses.gpl3Plus;
59 platforms = platforms.unix;
60 maintainers = with maintainers; [ mog ];