forked from mirrors/nixpkgs
* Hack.
svn path=/nixpkgs/trunk/; revision=6494
This commit is contained in:
parent
4b249f3b6f
commit
0223e02f17
|
@ -40,5 +40,9 @@ stdenv.mkDerivation {
|
|||
${if javahlBindings then "--enable-javahl --with-jdk=${jdk}" else ""}
|
||||
";
|
||||
|
||||
# Quick hack to get it to build on Darwin (which may not have all of
|
||||
# the required header files for this option).
|
||||
NIX_CFLAGS_COMPILE = "-U SVN_HAVE_KEYCHAIN_SERVICES";
|
||||
|
||||
inherit httpServer pythonBindings javahlBindings;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue