nixpkgs/pkgs/fetchsvn/fetchsvn.fix
Eelco Visser e77dea330c fetching a specific revision from a subversion repository
svn path=/nixpkgs/trunk/; revision=287
2003-08-14 12:27:15 +00:00

9 lines
188 B
Plaintext

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