python310Packages.playwright: set meta.platforms
This commit is contained in:
parent
cb3ea0b0c7
commit
95b0856179
@ -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" ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user