Skip to content

Commit

Permalink
mumble: unpin protobuf (#322756)
Browse files Browse the repository at this point in the history
fixes pkgsMusl.mumble after musl 1.2.5 upgrade
  • Loading branch information
yu-re-ka authored Jun 30, 2024
1 parent ecd191f commit 5b3bbb9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions pkgs/applications/networking/mumble/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ let

cmakeFlags = [
"-D g15=OFF"
"-D CMAKE_CXX_STANDARD=17" # protobuf >22 requires C++ 17
] ++ (overrides.configureFlags or [ ]);

preConfigure = ''
Expand Down
2 changes: 0 additions & 2 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32818,14 +32818,12 @@ with pkgs;
avahi = avahi-compat;
pulseSupport = config.pulseaudio or false;
iceSupport = config.murmur.iceSupport or true;
protobuf = protobuf_21;
}).murmur;

mumble = (callPackages ../applications/networking/mumble {
avahi = avahi-compat;
jackSupport = config.mumble.jackSupport or false;
speechdSupport = config.mumble.speechdSupport or false;
protobuf = protobuf_21;
}).mumble;

mumble_overlay = callPackage ../applications/networking/mumble/overlay.nix {
Expand Down

0 comments on commit 5b3bbb9

Please sign in to comment.