fixed missing fcgi

svn path=/nixpkgs/trunk/; revision=11069
This commit is contained in:
Marc Weber 2008-03-11 22:34:17 +00:00
parent bc76a1574e
commit ce75fe523a
1 changed files with 2 additions and 3 deletions

View File

@ -1522,9 +1522,8 @@ rec {
inherit fetchurl stdenv flex bison mkDerivationByConfiguration bigloo lib curl;
# optional features
# all features pcre, fcgi xml mysql, sqlite3, (not implemented: odbc gtk gtk2)
flags = ["pcre" "fcgi" "xml" "mysql"];
inherit mysql;
inherit libxml2;
flags = ["pcre" "xml" "mysql"];
inherit mysql libxml2 fcgi;
};
strategoLibraries = import ../development/compilers/strategoxt/libraries/stratego-libraries-0.17pre.nix {