Drop mumble override

This commit is contained in:
Simon Bruder 2024-12-15 17:13:03 +01:00
parent 1b4044c4db
commit 2c8a79ac78
Signed by: simon
GPG key ID: 347FF8699CDA0776

View file

@ -36,18 +36,4 @@ in
# FIXME: Remove once khal from unstable passes tests again.
khal = prev.khal.overridePythonAttrs (o: { doCheck = false; });
mumble = prev.mumble.overrideAttrs (o: rec {
version = "1.5.517";
src = prev.fetchFromGitHub {
owner = "mumble-voip";
repo = "mumble";
rev = "v${version}";
sha256 = "sha256-NkpX1whtXDX3Q3UPnEO/Fq2LUX2MaJ/NI0oF7HudP+I=";
fetchSubmodules = true;
};
patches = [ ];
});
}