python310Packages.playwright: set meta.platforms

This commit is contained in:
Robert Schütz 2023-02-11 12:32:52 -08:00
parent cb3ea0b0c7
commit 95b0856179

View File

@ -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" ];
};
}