forked from mirrors/nixpkgs
php: enable gd support (2d graphics) by default
svn path=/nixpkgs/trunk/; revision=13736
This commit is contained in:
parent
46f022b4ce
commit
7807b74774
|
@ -120,6 +120,7 @@ composableDerivation {
|
||||||
opnesslSupport = true;
|
opnesslSupport = true;
|
||||||
xdebugSupport = true;
|
xdebugSupport = true;
|
||||||
mbstringSupport = true;
|
mbstringSupport = true;
|
||||||
|
gdSupport = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
configurePhase = ''
|
configurePhase = ''
|
||||||
|
|
Loading…
Reference in a new issue