* Activate libxml (xmllint).
svn path=/nixpkgs/trunk/; revision=291
This commit is contained in:
parent
269331f74c
commit
c173a50869
|
@ -5,6 +5,7 @@ Call(IncludeFix("system/system.fix"),
|
||||||
, ("mplayer", True)
|
, ("mplayer", True)
|
||||||
, ("sylpheed", True)
|
, ("sylpheed", True)
|
||||||
, ("libxslt", True)
|
, ("libxslt", True)
|
||||||
|
, ("libxml", True)
|
||||||
, ("docbook", True)
|
, ("docbook", True)
|
||||||
, ("httpd", True)
|
, ("httpd", True)
|
||||||
, ("firebird", True)
|
, ("firebird", True)
|
||||||
|
|
|
@ -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(
|
Package(
|
||||||
[ ("name", "system")
|
[ ("name", "system")
|
||||||
, ("build", Relative("system/populate-linkdirs.pl"))
|
, ("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"), ""))
|
, ("actMPlayer", If(Var("mplayer"), IncludeFix("MPlayer/MPlayer.fix"), ""))
|
||||||
, ("actSylpheed", If(Var("sylpheed"), IncludeFix("sylpheed/sylpheed.fix"), ""))
|
, ("actSylpheed", If(Var("sylpheed"), IncludeFix("sylpheed/sylpheed.fix"), ""))
|
||||||
, ("actLibXslt", If(Var("libxslt"), IncludeFix("libxslt/libxslt.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"), ""))
|
, ("actDocbookXml", If(Var("docbook"), IncludeFix("docbook-xml/docbook-xml.fix"), ""))
|
||||||
, ("actDocbookXsl", If(Var("docbook"), IncludeFix("docbook-xsl/docbook-xsl.fix"), ""))
|
, ("actDocbookXsl", If(Var("docbook"), IncludeFix("docbook-xsl/docbook-xsl.fix"), ""))
|
||||||
, ("actHttpd", If(Var("httpd"), IncludeFix("httpd/httpd.fix"), ""))
|
, ("actHttpd", If(Var("httpd"), IncludeFix("httpd/httpd.fix"), ""))
|
||||||
|
|
Loading…
Reference in New Issue