* Allow enabling of httpd.
svn path=/nixpkgs/trunk/; revision=263
This commit is contained in:
@@ -6,4 +6,5 @@ Call(IncludeFix("system/system.fix"),
|
||||
, ("sylpheed", True)
|
||||
, ("libxslt", True)
|
||||
, ("docbook", True)
|
||||
, ("httpd", True)
|
||||
])
|
||||
|
||||
@@ -6,4 +6,5 @@ Call(IncludeFix("system/system.fix"),
|
||||
, ("sylpheed", False)
|
||||
, ("libxslt", False)
|
||||
, ("docbook", False)
|
||||
, ("httpd", True)
|
||||
])
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
Function(["subversion", "strategoxt", "pan", "mplayer", "sylpheed", "libxslt", "docbook"],
|
||||
Function(["subversion", "strategoxt", "pan", "mplayer", "sylpheed", "libxslt", "docbook", "httpd"],
|
||||
Package(
|
||||
[ ("name", "system")
|
||||
, ("build", Relative("system/populate-linkdirs.pl"))
|
||||
@@ -21,6 +21,7 @@ Function(["subversion", "strategoxt", "pan", "mplayer", "sylpheed", "libxslt", "
|
||||
, ("actLibXslt", If(Var("libxslt"), IncludeFix("libxslt/libxslt.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"), ""))
|
||||
]
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user