qv2ray: remove clang_8

darwin is marked broken
clang_8 is only used with darwin
This commit is contained in:
annalee 2024-01-24 16:40:28 +00:00
parent 4419fb243a
commit 91da71041d
No known key found for this signature in database

View File

@ -5,7 +5,6 @@
, symlinkJoin
, qttools
, cmake
, clang_8
, grpc
, protobuf
, openssl
@ -68,8 +67,7 @@ mkDerivation rec {
pkg-config
qttools
curl
# The default clang_7 will result in reproducible ICE.
] ++ lib.optional (stdenv.isDarwin) clang_8;
];
meta = with lib; {
description = "An GUI frontend to v2ray";