nixpkgs/pkgs/fetchsvn/fetchsvn.fix
Eelco Visser 397901e36f creating tar after obtaining exported subversion directory
svn path=/nixpkgs/trunk/; revision=318
2003-08-18 20:47:12 +00:00

17 lines
425 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"))
, ("svn", Call(IncludeFix("subversion/subversion.fix"),
[ ("localServer", True)
, ("httpsClient", True)
, ("httpServer", True)
, ("pythonBindings", True)
]))
]
)
)