Open necessarily-equal opened 2 years ago
This was broken with https://github.com/NixOS/nixpkgs/pull/161663, which updated mumble to version 1.4, which renamed the library that mumble_overlay depended on from libmumble.so
to libmumbleoverlay.so
. So we need to update this in the Nix expression as well
Describe the bug
Mumble can't seem to find the libs:
Steps To Reproduce
Use the
mumble-overlay
command from the mumble_overlay package:First example steps to reproduce:
Other example steps to reproduce the behavior:
Expected behavior
It shouldn't fail to find the libraries.
For the second command, it should start. (note it may not render properly, but that's another issue)
Additional context
Host OS is NixOS 22.05, GNOME
Notify maintainers
@petabyteboy @infinisil @felixsinger
Metadata
Second weird thing:
For some reason,
nixpkgs#mumble
andnixpkgs#mumble_overlay
both provide themumble-overlay
command. This sounds like it may be a mistake.