mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-10 08:39:08 +03:00
php.extensions: Add descriptions, homepage and license to all upstream extensions
This commit is contained in:
parent
01790228ca
commit
56562a3036
@ -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