* Purity.

svn path=/nixpkgs/trunk/; revision=7465
This commit is contained in:
Eelco Dolstra 2006-12-22 22:16:06 +00:00
parent 33db7f3dd3
commit d96ee92a8c

View File

@ -9,6 +9,7 @@ stdenv.mkDerivation {
md5 = "916fe57525f8327f340b203f129088fa";
};
configureFlags = "
--without-crypto
${if stdenv.isLinux then "--enable-linuxcaps" else ""}
";
buildInputs = if stdenv.isLinux then [libcap] else [];