phpExtensions.*: inherit meta.platforms from PHP

This commit is contained in:
Emily 2024-10-29 01:05:16 +00:00
parent 8b7ca25150
commit d6324880a4

View File

@ -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 { };
}));