Commit 84faa614 authored by Robert Schütz's avatar Robert Schütz
Browse files

python313Packages.proton-vpn-network-manager: mark broken

parent 7e5ce749
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -77,6 +77,7 @@ buildPythonPackage rec {
  '';

  meta = {
    broken = true; # ModuleNotFoundError: No module named 'proton.vpn.local_agent'
    description = "Provides the necessary functionality for other ProtonVPN components to interact with NetworkManager";
    homepage = "https://github.com/ProtonVPN/python-proton-vpn-network-manager";
    license = lib.licenses.gpl3Only;