mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-18 22:51:21 +00:00
php: set pname
This commit is contained in:
@@ -146,7 +146,7 @@ let
|
||||
'';
|
||||
|
||||
phpWithExtensions = symlinkJoin {
|
||||
name = "php-with-extensions-${version}";
|
||||
pname = "php-with-extensions";
|
||||
inherit (php) version;
|
||||
nativeBuildInputs = [ makeBinaryWrapper ];
|
||||
passthru = php.passthru // {
|
||||
|
||||
Reference in New Issue
Block a user