php: enable gd support (2d graphics) by default

svn path=/nixpkgs/trunk/; revision=13736
This commit is contained in:
Marc Weber 2009-01-11 14:31:48 +00:00
parent 46f022b4ce
commit 7807b74774

View File

@ -120,6 +120,7 @@ composableDerivation {
opnesslSupport = true;
xdebugSupport = true;
mbstringSupport = true;
gdSupport = true;
};
configurePhase = ''