use natively installed subversion to avoid build problems for subversion

svn path=/nixpkgs/trunk/; revision=329
This commit is contained in:
Eelco Visser 2003-08-19 21:17:54 +00:00
parent 90778a120c
commit dc35a28b03

View file

@ -0,0 +1,10 @@
Function(["name","url","dir","rev"],
Package(
[ ("name", Var("name"))
, ("build", Relative("fetchsvn/fetchsvn.sh"))
, ("url", Var("url"))
, ("dir", Var("dir"))
, ("rev", Var("rev"))
]
)
)