python312Packages.webdriver-manager: limit platform support

This commit is contained in:
Fabian Affolter 2024-05-22 11:43:16 +02:00
parent 5be9282033
commit 9324b2d7cf

View File

@ -26,6 +26,8 @@ buildPythonPackage rec {
hash = "sha256-PdUlloJ4DncnktKQHofn/OLVrgSVyWhaeEEhl3Hgjek=";
};
__darwinAllowLocalNetworking = true;
build-system = [ setuptools ];
dependencies = [
@ -66,5 +68,6 @@ buildPythonPackage rec {
changelog = "https://github.com/SergeyPirogov/webdriver_manager/blob/${version}/CHANGELOG.md";
license = licenses.asl20;
maintainers = with maintainers; [ fab ];
platforms = platforms.linux;
};
}