1 { lib, stdenv, fetchFromGitHub, autoconf, automake, libtool }:
3 stdenv.mkDerivation rec {
7 src = fetchFromGitHub {
11 hash = "sha256-P3LaDMMNPyEnA8nO1Bm7H0mW/hVBr0cFdg+p2JmWcGI=";
20 preConfigure = "./autogen.sh";
23 homepage = "https://github.com/sam-github/libnet";
24 description = "Portable framework for low-level network packet construction";
25 license = licenses.bsd3;
26 platforms = platforms.unix;