8 stdenv.mkDerivation rec {
13 url = "https://www.remlab.net/files/ndisc6/archive/ndisc6-${version}.tar.bz2";
14 sha256 = "07swyar1hl83zxmd7fqwb2q0c0slvrswkcfp3nz5lknrk15dmcdb";
17 buildInputs = [ perl ];
21 "--localstatedir=/var"
22 "--disable-suid-install"
26 "sysconfdir=\${out}/etc"
27 "localstatedir=$(TMPDIR)"
31 homepage = "https://www.remlab.net/ndisc6/";
32 description = "Small collection of useful tools for IPv6 networking";
34 platforms = platforms.linux;
35 license = licenses.gpl2Only;