php: set pname

This commit is contained in:
jopejoe1
2026-02-02 21:40:42 +01:00
parent 79faf5ae04
commit 1ceb8bb210

View File

@@ -146,7 +146,7 @@ let
'';
phpWithExtensions = symlinkJoin {
name = "php-with-extensions-${version}";
pname = "php-with-extensions";
inherit (php) version;
nativeBuildInputs = [ makeBinaryWrapper ];
passthru = php.passthru // {