fixed missing fcgi
svn path=/nixpkgs/trunk/; revision=11069
This commit is contained in:
parent
bc76a1574e
commit
ce75fe523a
@ -1522,9 +1522,8 @@ rec {
|
|||||||
inherit fetchurl stdenv flex bison mkDerivationByConfiguration bigloo lib curl;
|
inherit fetchurl stdenv flex bison mkDerivationByConfiguration bigloo lib curl;
|
||||||
# optional features
|
# optional features
|
||||||
# all features pcre, fcgi xml mysql, sqlite3, (not implemented: odbc gtk gtk2)
|
# all features pcre, fcgi xml mysql, sqlite3, (not implemented: odbc gtk gtk2)
|
||||||
flags = ["pcre" "fcgi" "xml" "mysql"];
|
flags = ["pcre" "xml" "mysql"];
|
||||||
inherit mysql;
|
inherit mysql libxml2 fcgi;
|
||||||
inherit libxml2;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
strategoLibraries = import ../development/compilers/strategoxt/libraries/stratego-libraries-0.17pre.nix {
|
strategoLibraries = import ../development/compilers/strategoxt/libraries/stratego-libraries-0.17pre.nix {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user