1 { lib, stdenv, fetchurl }:
3 stdenv.mkDerivation rec {
8 url = "https://deb.debian.org/debian/pool/non-free/n/nttcp/nttcp_${version}.orig.tar.gz";
9 sha256 = "1bl17dsd53lbpjdqfmpgpd7dms6d2w3scpg7ki7qgfjhs8sarq50";
13 # Fix format string compiler error
14 ./format-security.patch
18 "prefix=${placeholder "out"}"
22 description = "New test TCP program";
23 license = licenses.unfree;
24 maintainers = with maintainers; [ emilytrau ];
25 platforms = platforms.all;