qv2ray: mark as broken on darwin

This commit is contained in:
rewine 2023-01-28 13:41:14 +08:00
parent 3dd3562fa0
commit 57037b3ca5

View File

@ -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;
};
}