File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
applications/networking/mumble Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 2727
2828 cmakeFlags = [
2929 "-D g15=OFF"
30+ "-D CMAKE_CXX_STANDARD=17" # protobuf >22 requires C++ 17
3031 ] ++ ( overrides . configureFlags or [ ] ) ;
3132
3233 preConfigure = ''
Original file line number Diff line number Diff line change @@ -32818,14 +32818,12 @@ with pkgs;
3281832818 avahi = avahi-compat;
3281932819 pulseSupport = config.pulseaudio or false;
3282032820 iceSupport = config.murmur.iceSupport or true;
32821- protobuf = protobuf_21;
3282232821 }).murmur;
3282332822
3282432823 mumble = (callPackages ../applications/networking/mumble {
3282532824 avahi = avahi-compat;
3282632825 jackSupport = config.mumble.jackSupport or false;
3282732826 speechdSupport = config.mumble.speechdSupport or false;
32828- protobuf = protobuf_21;
3282932827 }).mumble;
3283032828
3283132829 mumble_overlay = callPackage ../applications/networking/mumble/overlay.nix {
You can’t perform that action at this time.
0 commit comments