haskellPackages/pontarius-xmpp: dontCheck

This commit is contained in:
Profpatsch
2016-09-17 20:36:44 +02:00
parent 301ef1e715
commit bfc710b0f5
@@ -991,4 +991,7 @@ self: super: {
librarySystemDepends = (drv.librarySystemDepends or []) ++ [pkgs.gmp];
});
# https://github.com/pontarius/pontarius-xmpp/issues/105
pontarius-xmpp = dontCheck super.pontarius-xmpp;
}