Looks like needed to build php

svn path=/nixpkgs/trunk/; revision=11459
This commit is contained in:
Michael Raskin 2008-04-03 06:01:08 +00:00
parent 4a4e9a87f5
commit 359fc13fc6

View File

@ -1749,7 +1749,7 @@ let pkgs = rec {
inherit stdenv mkDerivationByConfiguration autoconf automake lib;
# optional features
inherit fetchurl flex bison apacheHttpd mysql libxml2; # gettext;
inherit zlib;
inherit zlib curl;
flags = [ "xdebug" "mysql" "mysqli" "pdo_mysql" "libxml2" "apxs2" "curl" ];
};