forked from mirrors/nixpkgs
Option for perlBindings in subversion
svn path=/nixpkgs/branches/stdenv-updates/; revision=9873
This commit is contained in:
parent
6f5e75b102
commit
be5770f6d5
|
@ -3947,6 +3947,7 @@ rec {
|
|||
inherit fetchurl stdenv apr aprutil neon expat swig zlib;
|
||||
bdbSupport = true;
|
||||
httpServer = false;
|
||||
perlBindings = getConfig ["subversion" "perlBindings"] false;
|
||||
sslSupport = true;
|
||||
compressionSupport = true;
|
||||
httpd = apacheHttpd;
|
||||
|
|
Loading…
Reference in a new issue