* Don't check the Neon version.
svn path=/nixpkgs/trunk/; revision=7800
This commit is contained in:
parent
81da927540
commit
bffcfd2d78
@ -39,6 +39,7 @@ stdenv.mkDerivation {
|
|||||||
"--without-apxs"}
|
"--without-apxs"}
|
||||||
${if pythonBindings then "--with-swig=${swig}" else "--without-swig"}
|
${if pythonBindings then "--with-swig=${swig}" else "--without-swig"}
|
||||||
${if javahlBindings then "--enable-javahl --with-jdk=${jdk}" else ""}
|
${if javahlBindings then "--enable-javahl --with-jdk=${jdk}" else ""}
|
||||||
|
--disable-neon-version-check
|
||||||
";
|
";
|
||||||
|
|
||||||
inherit httpServer pythonBindings javahlBindings;
|
inherit httpServer pythonBindings javahlBindings;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user