1 { lib, stdenv, fetchurl, autoreconfHook }:
3 stdenv.mkDerivation rec {
8 url = "http://libndp.org/files/libndp-${version}.tar.gz";
9 sha256 = "sha256-iP+2buLrUn8Ub1wC9cy8OLqX0rDVfrRr+6SIghqwwCs=";
12 nativeBuildInputs = [ autoreconfHook ];
15 homepage = "http://libndp.org/";
16 description = "Library for Neighbor Discovery Protocol";
17 platforms = platforms.linux;
19 license = licenses.lgpl21;