* ndisc6: use /var for rdnssd.
svn path=/nixpkgs/trunk/; revision=26495
This commit is contained in:
parent
6080181882
commit
a3fb3b00ce
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user