1 { stdenv, lib, fetchurl }:
2 stdenv.mkDerivation rec {
6 url = "http://www.cs.columbia.edu/irt/software/rtptools/download/rtptools-${version}.tar.gz";
7 sha256 = "0a4c0vmhxibfc58rrxpbav2bsk546chkg50ir4h3i57v4fjb4xic";
10 description = "Number of small applications that can be used for processing RTP data";
11 homepage = "https://www.cs.columbia.edu/irt/software/rtptools/";
13 platforms = lib.platforms.unix;
14 license = lib.licenses.bsd3;