1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

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