nixpkgs/pkgs/fetchsvn/fetchsvn-native.fix
Eelco Visser dc35a28b03 use natively installed subversion to avoid build problems for subversion
svn path=/nixpkgs/trunk/; revision=329
2003-08-19 21:17:54 +00:00

10 lines
221 B
Plaintext

Function(["name","url","dir","rev"],
Package(
[ ("name", Var("name"))
, ("build", Relative("fetchsvn/fetchsvn.sh"))
, ("url", Var("url"))
, ("dir", Var("dir"))
, ("rev", Var("rev"))
]
)
)