* Add Firebird to the system configuration.
svn path=/nixpkgs/trunk/; revision=281
This commit is contained in:
parent
6b08880f80
commit
60a97f93b0
@ -7,4 +7,5 @@ Call(IncludeFix("system/system.fix"),
|
||||
, ("libxslt", True)
|
||||
, ("docbook", True)
|
||||
, ("httpd", True)
|
||||
, ("firebird", True)
|
||||
])
|
||||
|
@ -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"), ""))
|
||||
]
|
||||
)
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user