librenms: use php instead of php82

This commit is contained in:
Jennifer Graul
2025-05-31 17:40:04 +02:00
committed by Jennifer Graul
parent e3cd6f5daf
commit c0962292fb
+2 -2
View File
@@ -2,7 +2,7 @@
lib,
fetchFromGitHub,
unixtools,
php82,
php,
python3,
makeWrapper,
nixosTests,
@@ -23,7 +23,7 @@
}:
let
phpPackage = php82.withExtensions ({ enabled, all }: enabled ++ [ all.memcached ]);
phpPackage = php.withExtensions ({ enabled, all }: enabled ++ [ all.memcached ]);
in
phpPackage.buildComposerProject2 rec {
pname = "librenms";