From 6617939b6d8d5c0f0612e04d4a71e2f3bcf857a5 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Fri, 19 Mar 2021 20:00:53 +0100 Subject: [PATCH] empathy: disable checks --- srcpkgs/empathy/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/empathy/template b/srcpkgs/empathy/template index e039cdcf217..1c70413842b 100644 --- a/srcpkgs/empathy/template +++ b/srcpkgs/empathy/template @@ -27,6 +27,8 @@ distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz" checksum=7d86942ce97edd10ade0e6ae6a210d35e4d627fe4d223377d71fd1840bc6e3a3 patch_args=-Np1 disable_parallel_build=yes +# Disable checks, the only work with an irc server in place. +make_check=no pre_configure() { CFLAGS+=" -I$wrksrc/telepathy-account-widgets"