* Don't install setuid.
svn path=/nixpkgs/trunk/; revision=7588
This commit is contained in:
parent
b0950cab80
commit
e28b109fc4
@ -7,4 +7,5 @@ stdenv.mkDerivation {
|
|||||||
md5 = "30814a47f209f43b152659ba51fc7937";
|
md5 = "30814a47f209f43b152659ba51fc7937";
|
||||||
};
|
};
|
||||||
buildInputs = [db4 groff];
|
buildInputs = [db4 groff];
|
||||||
|
configureFlags = "--disable-setuid";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user