Commit d6324880 authored by Emily's avatar Emily
Browse files

phpExtensions.*: inherit `meta.platforms` from PHP

parent 8b7ca251
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 { };
    }));