mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
phpExtensions.*: inherit meta.platforms
from PHP
This commit is contained in:
parent
8b7ca25150
commit
d6324880a4
@ -181,7 +181,7 @@ in {
|
||||
|
||||
meta = {
|
||||
description = "PHP upstream extension: ${name}";
|
||||
inherit (php.meta) maintainers homepage license;
|
||||
inherit (php.meta) maintainers homepage license platforms;
|
||||
} // args.meta or { };
|
||||
}));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user