mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-12 05:16:25 +03:00
icingaweb2: pin php version to 8.3 (#394399)
This commit is contained in:
commit
f79c218ea5
2 changed files with 3 additions and 3 deletions
|
@ -192,7 +192,7 @@ in
|
|||
)
|
||||
);
|
||||
};
|
||||
phpPackage = pkgs.php.withExtensions ({ enabled, all }: [ all.imagick ] ++ enabled);
|
||||
phpPackage = pkgs.php83.withExtensions ({ enabled, all }: [ all.imagick ] ++ enabled);
|
||||
phpOptions = ''
|
||||
date.timezone = "${cfg.timezone}"
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue