We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent b6f05ca commit 7f63d3bCopy full SHA for 7f63d3b
pkgs/tools/networking/ndisc6/default.nix
@@ -13,6 +13,7 @@ stdenv.mkDerivation rec {
13
configureFlags = [
14
"--sysconfdir=/etc"
15
"--localstatedir=/var"
16
+ "--disable-suid-install"
17
];
18
19
installFlags = [
0 commit comments