* Make subversion.fix a function (i.e., allow its variation points to

be bound).

svn path=/nixpkgs/trunk/; revision=251
This commit is contained in:
Eelco Dolstra
2003-08-05 13:33:13 +00:00
parent 49f7a4afd1
commit 8aebc012a9
2 changed files with 32 additions and 22 deletions

View File

@@ -2,7 +2,14 @@ Package(
[ ("name", "system")
, ("build", Relative("system/populate-linkdirs.pl"))
, ("actSubversion", IncludeFix("subversion/subversion.fix"))
, ("actSubversion",
Call(IncludeFix("subversion/subversion.fix"),
[ ("localServer", True)
, ("httpsClient", True)
, ("httpServer", True)
, ("pythonBindings", True)
]))
, ("actStrategoXT", IncludeFix("strategoxt/strategoxt.fix"))
, ("actATerm", IncludeFix("aterm/aterm.fix"))
, ("actPan", IncludeFix("pan/pan.fix"))