php: enable gd support (2d graphics) by default
svn path=/nixpkgs/trunk/; revision=13736
This commit is contained in:
@@ -120,6 +120,7 @@ composableDerivation {
|
|||||||
opnesslSupport = true;
|
opnesslSupport = true;
|
||||||
xdebugSupport = true;
|
xdebugSupport = true;
|
||||||
mbstringSupport = true;
|
mbstringSupport = true;
|
||||||
|
gdSupport = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
configurePhase = ''
|
configurePhase = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user