* Purity.
svn path=/nixpkgs/trunk/; revision=7465
This commit is contained in:
parent
33db7f3dd3
commit
d96ee92a8c
@ -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 [];
|
||||
|
Loading…
Reference in New Issue
Block a user