23 version = "2020-08-13";
24 src = fetchFromGitHub {
27 rev = "2162103226f3dae43c8c2ab23b79483b84346665";
28 sha256 = "1vackka34722d8pcspfwj0j6gc9ic7dqq64sgkrpjm94sh3bmb0b";
30 disabled = gnuradioAtLeast "3.9";
39 "-DCMAKE_EXE_LINKER_FLAGS=-pthread"
52 gnuradio.python.pkgs.thrift
56 description = "Gnuradio block for ais";
57 mainProgram = "ais_rx";
58 homepage = "https://github.com/bistromath/gr-ais";
59 license = licenses.gpl3Plus;
60 platforms = platforms.unix;
61 # rpcserver_aggregator.h:111:54: error: no template named 'unary_function'
62 # in namespace 'std'; did you mean '__unary_function'?
63 broken = stdenv.hostPlatform.isDarwin;
64 maintainers = with maintainers; [ mog ];