murmur_git: mark as not broken without iceSupport

This commit is contained in:
Michael Raskin
2017-05-01 10:44:47 +02:00
parent 4f74213319
commit 3d1f825d2b
2 changed files with 13 additions and 2 deletions
@@ -138,6 +138,6 @@ in {
mumble_git = client gitSource;
murmur = server stableSource;
murmur_git = (server gitSource).overrideAttrs (old: {
meta = old.meta // { broken = true; };
meta = old.meta // { broken = iceSupport; };
});
}