3
0
Fork 0
forked from mirrors/nixpkgs
svn path=/nixpkgs/trunk/; revision=6494
This commit is contained in:
Eelco Dolstra 2006-09-11 19:43:52 +00:00
parent 4b249f3b6f
commit 0223e02f17

View file

@ -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;
}