murmur_git: mark as broken

This commit is contained in:
Robin Gloster 2017-03-30 15:42:26 +02:00
parent 13ab07d95a
commit 9b89d68ef0
No known key found for this signature in database
GPG Key ID: 5E4C836C632C2882

View File

@ -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; };
});
}