From abfed03ddd7e3f7521931109c626f9df60b772ee Mon Sep 17 00:00:00 2001 From: Sandro Jäckel Date: Fri, 5 Feb 2021 09:38:20 +0100 Subject: protonvpn-gui: Disable tests --- pkgs/applications/networking/protonvpn-gui/default.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pkgs/applications/networking/protonvpn-gui/default.nix') diff --git a/pkgs/applications/networking/protonvpn-gui/default.nix b/pkgs/applications/networking/protonvpn-gui/default.nix index c2d7fbd10b1..8029264fdaa 100644 --- a/pkgs/applications/networking/protonvpn-gui/default.nix +++ b/pkgs/applications/networking/protonvpn-gui/default.nix @@ -76,6 +76,9 @@ in python3Packages.buildPythonApplication rec { done ''; + # no tests + doCheck = false; + meta = with lib; { description = "Linux GUI for ProtonVPN, written in Python"; homepage = "https://github.com/ProtonVPN/linux-gui"; -- cgit 1.4.1