From 57037b3ca5ac0d4c0eeaf95cdb7806eaa4671a66 Mon Sep 17 00:00:00 2001 From: rewine Date: Sat, 28 Jan 2023 13:41:14 +0800 Subject: qv2ray: mark as broken on darwin --- pkgs/applications/networking/qv2ray/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'pkgs') diff --git a/pkgs/applications/networking/qv2ray/default.nix b/pkgs/applications/networking/qv2ray/default.nix index af0813a46693a..af55fef18c738 100644 --- a/pkgs/applications/networking/qv2ray/default.nix +++ b/pkgs/applications/networking/qv2ray/default.nix @@ -74,9 +74,11 @@ mkDerivation rec { meta = with lib; { description = "An GUI frontend to v2ray"; - homepage = "https://qv2ray.net"; - license = licenses.gpl3; + homepage = "https://github.com/Qv2ray/Qv2ray"; + license = licenses.gpl3Plus; maintainers = with maintainers; [ poscat rewine ]; platforms = platforms.all; + # never built on aarch64-darwin, x86_64-darwin since update to unstable-2022-09-25 + broken = stdenv.isDarwin; }; } -- cgit 1.4.1