* Activate libxml (xmllint).

svn path=/nixpkgs/trunk/; revision=291
This commit is contained in:
Eelco Dolstra 2003-08-14 17:59:10 +00:00
parent 269331f74c
commit c173a50869
2 changed files with 6 additions and 1 deletions

View file

@ -5,6 +5,7 @@ Call(IncludeFix("system/system.fix"),
, ("mplayer", True)
, ("sylpheed", True)
, ("libxslt", True)
, ("libxml", True)
, ("docbook", True)
, ("httpd", True)
, ("firebird", True)

View file

@ -1,4 +1,7 @@
Function(["subversion", "strategoxt", "pan", "mplayer", "sylpheed", "libxslt", "docbook", "httpd", "firebird"],
Function(
[ "subversion", "strategoxt", "pan", "mplayer", "sylpheed", "libxslt", "libxml"
, "docbook", "httpd", "firebird"
],
Package(
[ ("name", "system")
, ("build", Relative("system/populate-linkdirs.pl"))
@ -19,6 +22,7 @@ Function(["subversion", "strategoxt", "pan", "mplayer", "sylpheed", "libxslt", "
, ("actMPlayer", If(Var("mplayer"), IncludeFix("MPlayer/MPlayer.fix"), ""))
, ("actSylpheed", If(Var("sylpheed"), IncludeFix("sylpheed/sylpheed.fix"), ""))
, ("actLibXslt", If(Var("libxslt"), IncludeFix("libxslt/libxslt.fix"), ""))
, ("actLibXml", If(Var("libxml"), IncludeFix("libxml2/libxml2.fix"), ""))
, ("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"), ""))