Merge pull request #86396 from etu/php-upstream-extensions-meta
php.extensions: Add descriptions, homepage and license to all upstream extensions
This commit is contained in:
commit
43a4f128bd
@ -829,7 +829,10 @@ in
|
||||
. $dev/include/
|
||||
'';
|
||||
|
||||
meta.maintainers = lib.teams.php.members;
|
||||
meta = {
|
||||
description = "PHP upstream extension: ${name}";
|
||||
inherit (php.meta) maintainers homepage license;
|
||||
};
|
||||
});
|
||||
|
||||
# This list contains build instructions for different modules that one may
|
||||
|
Loading…
Reference in New Issue
Block a user