Skip to content

Commit a0de6c1

Browse files
authored
qv2ray: fix build
1 parent 5785b6b commit a0de6c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/applications/networking/qv2ray/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
, qttools
77
, cmake
88
, grpc
9-
, protobuf
9+
, protobuf_21
1010
, openssl
1111
, pkg-config
1212
, c-ares
@@ -57,7 +57,7 @@ mkDerivation rec {
5757
libGL
5858
zlib
5959
grpc
60-
protobuf
60+
protobuf_21
6161
openssl
6262
c-ares
6363
];

0 commit comments

Comments
 (0)