mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
subversion: enable Java bindings only on those platforms that support a JDK
svn path=/nixpkgs/trunk/; revision=17599
This commit is contained in:
parent
83aa130427
commit
c16af1a77c
@ -7511,7 +7511,7 @@ let
|
||||
sslSupport = getConfig ["subversion" "sslSupport"] true;
|
||||
pythonBindings = getConfig ["subversion" "pythonBindings"] false;
|
||||
perlBindings = getConfig ["subversion" "perlBindings"] false;
|
||||
javahlBindings = getConfig ["subversion" "javahlBindings"] false;
|
||||
javahlBindings = supportsJDK && getConfig ["subversion" "javahlBindings"] false;
|
||||
compressionSupport = getConfig ["subversion" "compressionSupport"] true;
|
||||
httpd = pkgsOverriden.apacheHttpd;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user