* ndisc6: use /var for rdnssd.

svn path=/nixpkgs/trunk/; revision=26495
This commit is contained in:
Eelco Dolstra 2011-03-24 16:03:43 +00:00
parent 6080181882
commit a3fb3b00ce

View File

@ -10,6 +10,10 @@ stdenv.mkDerivation rec {
buildInputs = [ perl ];
configureFlags = "--localstatedir=/var";
installFlags = "localstatedir=$(TMPDIR)";
meta = {
homepage = http://www.remlab.net/ndisc6/;
description = "A small collection of useful tools for IPv6 networking";