1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 12:42:24 +00:00

Option for perlBindings in subversion

svn path=/nixpkgs/trunk/; revision=10322
This commit is contained in:
Yury G. Kudryashov 2008-01-28 19:33:23 +00:00
parent 96bd84dec8
commit d969dfb08d

View file

@ -4660,6 +4660,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;