diff --git a/pkgs/system/system-template-everything.fix b/pkgs/system/system-template-everything.fix index 93118e4581d..c01da7f357b 100644 --- a/pkgs/system/system-template-everything.fix +++ b/pkgs/system/system-template-everything.fix @@ -7,4 +7,5 @@ Call(IncludeFix("system/system.fix"), , ("libxslt", True) , ("docbook", True) , ("httpd", True) + , ("firebird", True) ]) diff --git a/pkgs/system/system.fix b/pkgs/system/system.fix index 0f9060affff..ecb838428a8 100644 --- a/pkgs/system/system.fix +++ b/pkgs/system/system.fix @@ -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"), "")) ] ) )