lol

python3Packages.proton-client: change platform to linux

+1
+1
pkgs/development/python-modules/proton-client/default.nix
··· 56 homepage = "https://github.com/ProtonMail/proton-python-client"; 57 license = licenses.gpl3Only; 58 maintainers = with maintainers; [ wolfangaukang ]; 59 }; 60 }
··· 56 homepage = "https://github.com/ProtonMail/proton-python-client"; 57 license = licenses.gpl3Only; 58 maintainers = with maintainers; [ wolfangaukang ]; 59 + platforms = platforms.linux; 60 }; 61 }