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:
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;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue