diff options
Diffstat (limited to 'pkgs/subversion/subversion.fix')
| -rw-r--r-- | pkgs/subversion/subversion.fix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/subversion/subversion.fix b/pkgs/subversion/subversion.fix index 90e158dfd63f..3d246df4e832 100644 --- a/pkgs/subversion/subversion.fix +++ b/pkgs/subversion/subversion.fix @@ -20,6 +20,7 @@ Function(["localServer", "httpsClient", "httpServer", "pythonBindings"], , ("stdenv", IncludeFix("stdenv/stdenv.fix")) , ("ssl", If(Var("httpsClient"), IncludeFix("openssl/openssl.fix"), "")) , ("swig", If(Var("pythonBindings"), IncludeFix("swig/swig.fix"), "")) + , ("python", "/usr/local") , ("httpd", If(Var("httpServer"), IncludeFix("httpd/httpd.fix"), "")) , ("db4", If(Var("localServer"), IncludeFix("db4/db4.fix"), "")) , ("libxml", IncludeFix("libxml2/libxml2.fix")) |
