php: set pname (#486378)

This commit is contained in:
Wolfgang Walther
2026-02-09 09:01:04 +00:00
committed by GitHub

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 // {