haskellPackages/pontarius-xmpp: dontCheck

This commit is contained in:
Profpatsch 2016-09-17 19:49:38 +02:00
parent 301ef1e715
commit bfc710b0f5

View file

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