nixpkgs/pkgs/fetchsvn/fetchsvn.fix

17 lines
388 B
Plaintext
Raw Normal View History

Function(["name","url","rev"],
Package(
[ ("name", Var("name"))
, ("build", Relative("fetchsvn/fetchsvn.sh"))
, ("url", Var("url"))
, ("rev", Var("rev"))
, ("svn", Call(IncludeFix("subversion/subversion.fix"),
[ ("localServer", True)
, ("httpsClient", True)
, ("httpServer", True)
, ("pythonBindings", True)
]))
]
)
)