Skip to content

Commit

Permalink
murmur_git: mark as broken
Browse files Browse the repository at this point in the history
  • Loading branch information
globin committed Mar 30, 2017
1 parent 13ab07d commit 9b89d68
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/applications/networking/mumble/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -132,5 +132,7 @@ in {
mumble = client stableSource;
mumble_git = client gitSource;
murmur = server stableSource;
murmur_git = server gitSource;
murmur_git = (server gitSource).overrideAttrs (old: {
meta = old.meta // { broken = true; };
});
}

0 comments on commit 9b89d68

Please sign in to comment.