From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45138) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cyKnT-0002Lo-Eb for guix-patches@gnu.org; Wed, 12 Apr 2017 12:07:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cyKnN-0003nz-UC for guix-patches@gnu.org; Wed, 12 Apr 2017 12:07:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:46390) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cyKnN-0003nv-QF for guix-patches@gnu.org; Wed, 12 Apr 2017 12:07:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cyKnN-0005Z3-KA for guix-patches@gnu.org; Wed, 12 Apr 2017 12:07:01 -0400 Subject: bug#26463: [PATCH 2/7] gnu: Add kdelibs4support. Resent-Message-ID: Date: Wed, 12 Apr 2017 12:06:49 -0400 From: Leo Famulari Message-ID: <20170412160649.GB9286@jasmine> References: <1491994708-20211-1-git-send-email-h.goebel@crazy-compilers.com> <1491994708-20211-2-git-send-email-h.goebel@crazy-compilers.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1491994708-20211-2-git-send-email-h.goebel@crazy-compilers.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Hartmut Goebel Cc: 26463@debbugs.gnu.org On Wed, Apr 12, 2017 at 12:58:23PM +0200, Hartmut Goebel wrote: > * gnu/packages/kde-frameworks.scm (kdelibs4support): New variable. > + (arguments > + `(#:tests? #f ; FIXME: 6/39 tests fail. Assuming these test failures don't indicate some real breakage, LGTM. Perhaps it would be good to list the failing tests in a comment.