mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-23 22:23:15 +00:00
php: Add missing comment and remove unnecessary version specifications
This commit is contained in:
parent
a081dcf86d
commit
367d58415c
@ -11380,9 +11380,10 @@ in
|
||||
#
|
||||
# Set default PHP interpreter, extensions and packages
|
||||
php = php74;
|
||||
phpExtensions = php74Extensions;
|
||||
phpPackages = php74Packages;
|
||||
phpExtensions = php.extensions;
|
||||
phpPackages = php.packages;
|
||||
|
||||
# Import PHP80 interpreter, extensions and packages
|
||||
php80 = callPackage ../development/interpreters/php/8.0.nix {
|
||||
stdenv = if stdenv.cc.isClang then llvmPackages_6.stdenv else stdenv;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user