8 stdenv.mkDerivation rec {
12 src = fetchFromGitHub {
16 sha256 = "0d88h2wjhf79nisiv96bq522hkbknzm88wsv0q9k33mzmrwnrx93";
19 nativeBuildInputs = [ cmake ];
22 description = "C++ Minimal interface to encode and decode audio with AMBE3000 based devices in packet mode over a serial link";
23 mainProgram = "dvtest";
24 homepage = "https://github.com/f4exb/serialdv";
25 platforms = platforms.unix;
26 maintainers = with maintainers; [ alkeryn ];
27 license = licenses.gpl3;