python3Packages.proton-client: change platform to linux

This commit is contained in:
P. R. d. O 2022-05-09 07:35:34 -06:00
parent 0bc16c7f2b
commit cd75ecd1b7
No known key found for this signature in database
GPG key ID: 7B0FF33FF90110C7

View file

@ -56,5 +56,6 @@ buildPythonPackage rec {
homepage = "https://github.com/ProtonMail/proton-python-client";
license = licenses.gpl3Only;
maintainers = with maintainers; [ wolfangaukang ];
platforms = platforms.linux;
};
}