Skip to content

Commit

Permalink
qv2ray: fix build (NixOS#348992)
Browse files Browse the repository at this point in the history
  • Loading branch information
wineee authored Oct 16, 2024
2 parents 2c09d65 + a0de6c1 commit 66a52d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/qv2ray/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
, qttools
, cmake
, grpc
, protobuf
, protobuf_21
, openssl
, pkg-config
, c-ares
Expand Down Expand Up @@ -57,7 +57,7 @@ mkDerivation rec {
libGL
zlib
grpc
protobuf
protobuf_21
openssl
c-ares
];
Expand Down

0 comments on commit 66a52d2

Please sign in to comment.