mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
* Finish renaming.
svn path=/nixpkgs/trunk/; revision=22801
This commit is contained in:
parent
5b2dcdd24d
commit
b1afe4e7ac
|
@ -2843,10 +2843,10 @@ let
|
|||
perl = useFromStdenv "perl"
|
||||
(if system != "i686-cygwin" then perl510 else sysPerl);
|
||||
|
||||
php = makeOverridable (import ../development/interpreters/php_configurable) {
|
||||
php = makeOverridable (import ../development/interpreters/php) {
|
||||
inherit
|
||||
stdenv fetchurl lib composableDerivation autoconf automake
|
||||
flex bison apacheHttpd mysql libxml2 # gettext
|
||||
flex bison apacheHttpd mysql libxml2
|
||||
zlib curl gd postgresql openssl pkgconfig sqlite getConfig libiconv libjpeg libpng;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue