mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
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;
|
||||
xdebugSupport = true;
|
||||
mbstringSupport = true;
|
||||
gdSupport = true;
|
||||
};
|
||||
|
||||
configurePhase = ''
|
||||
|
Loading…
Reference in New Issue
Block a user