tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
python3Packages.proton-client: change platform to linux
P. R. d. O
3 years ago
cd75ecd1
0bc16c7f
+1
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
proton-client
default.nix
+1
pkgs/development/python-modules/proton-client/default.nix
···
56
56
homepage = "https://github.com/ProtonMail/proton-python-client";
57
57
license = licenses.gpl3Only;
58
58
maintainers = with maintainers; [ wolfangaukang ];
59
59
+
platforms = platforms.linux;
59
60
};
60
61
}