Merge pull request #18701 from Profpatsch/pontarius-xmpp
haskellPackages/pontarius-xmpp: dontCheck
This commit is contained in:
commit
aa7ab01131
|
@ -991,4 +991,7 @@ self: super: {
|
||||||
librarySystemDepends = (drv.librarySystemDepends or []) ++ [pkgs.gmp];
|
librarySystemDepends = (drv.librarySystemDepends or []) ++ [pkgs.gmp];
|
||||||
});
|
});
|
||||||
|
|
||||||
|
# https://github.com/pontarius/pontarius-xmpp/issues/105
|
||||||
|
pontarius-xmpp = dontCheck super.pontarius-xmpp;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue