1 { lib, stdenv, fetchurl }:
3 stdenv.mkDerivation rec {
8 url = "http://members.tripod.com/professor_tom/archives/${pname}-${version}.tgz";
9 sha256 = "0i7q4ylx2xmzzq778anpkj4nqir5gf573n1lbpxnbc10ymsjq2rm";
13 description = "Program that adds error correction blocks";
14 homepage = "http://members.tripod.com/professor_tom/archives/index.html";
15 maintainers = [ maintainers.ar1a ];
16 license = with licenses; [ gpl2 /* for vdmfec */ bsd2 /* for fec */ ];
17 platforms = platforms.all;