* Add Firebird to the system configuration.

svn path=/nixpkgs/trunk/; revision=281
This commit is contained in:
Eelco Dolstra 2003-08-13 18:00:57 +00:00
parent 6b08880f80
commit 60a97f93b0
2 changed files with 3 additions and 1 deletions

View file

@ -7,4 +7,5 @@ Call(IncludeFix("system/system.fix"),
, ("libxslt", True)
, ("docbook", True)
, ("httpd", True)
, ("firebird", True)
])

View file

@ -1,4 +1,4 @@
Function(["subversion", "strategoxt", "pan", "mplayer", "sylpheed", "libxslt", "docbook", "httpd"],
Function(["subversion", "strategoxt", "pan", "mplayer", "sylpheed", "libxslt", "docbook", "httpd", "firebird"],
Package(
[ ("name", "system")
, ("build", Relative("system/populate-linkdirs.pl"))
@ -22,6 +22,7 @@ Function(["subversion", "strategoxt", "pan", "mplayer", "sylpheed", "libxslt", "
, ("actDocbookXml", If(Var("docbook"), IncludeFix("docbook-xml/docbook-xml.fix"), ""))
, ("actDocbookXsl", If(Var("docbook"), IncludeFix("docbook-xsl/docbook-xsl.fix"), ""))
, ("actHttpd", If(Var("httpd"), IncludeFix("httpd/httpd.fix"), ""))
, ("actFirebird", If(Var("firebird"), IncludeFix("firebird/firebird.fix"), ""))
]
)
)