librenms: switch to php 8.4 (#410125)
This commit is contained in:
commit
5d840ddf3a
@ -2,7 +2,7 @@
|
|||||||
lib,
|
lib,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
unixtools,
|
unixtools,
|
||||||
php82,
|
php,
|
||||||
python3,
|
python3,
|
||||||
makeWrapper,
|
makeWrapper,
|
||||||
nixosTests,
|
nixosTests,
|
||||||
@ -23,7 +23,7 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
phpPackage = php82.withExtensions ({ enabled, all }: enabled ++ [ all.memcached ]);
|
phpPackage = php.withExtensions ({ enabled, all }: enabled ++ [ all.memcached ]);
|
||||||
in
|
in
|
||||||
phpPackage.buildComposerProject2 rec {
|
phpPackage.buildComposerProject2 rec {
|
||||||
pname = "librenms";
|
pname = "librenms";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user