Merge pull request #215873 from dotlambda/playwright-platforms

python310Packages.playwright: set meta.platforms
This commit is contained in:
Sandro
2023-02-17 11:35:01 +01:00
committed by GitHub
@@ -223,5 +223,6 @@ buildPythonPackage rec {
homepage = "https://github.com/microsoft/playwright-python";
license = licenses.asl20;
maintainers = with maintainers; [ techknowlogick yrd SuperSandro2000 ];
platforms = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" ];
};
}