use natively installed subversion to avoid build problems for subversion

svn path=/nixpkgs/trunk/; revision=330
This commit is contained in:
Eelco Visser 2003-08-19 21:18:24 +00:00
parent dc35a28b03
commit ea7ab23109

View file

@ -4,7 +4,7 @@ Function(["name","rev"],
, ("build", Relative("pkg/pkg-build.sh"))
, ("src", App(IncludeFix("strategoxt/fetchsvn.fix"),
, ("src", App(IncludeFix("strategoxt/fetchsvn-native.fix"),
[ ("name", Var("name")), ("rev", Var("rev"))]))
, ("stdenv", IncludeFix("stdenv/stdenv.fix"))