tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
phpExtensions.*: inherit `meta.platforms` from PHP
Emily
1 year ago
d6324880
8b7ca251
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
top-level
php-packages.nix
+1
-1
pkgs/top-level/php-packages.nix
···
181
181
182
182
meta = {
183
183
description = "PHP upstream extension: ${name}";
184
184
-
inherit (php.meta) maintainers homepage license;
184
184
+
inherit (php.meta) maintainers homepage license platforms;
185
185
} // args.meta or { };
186
186
}));
187
187