From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58247) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g8SNj-0000p8-HK for guix-patches@gnu.org; Fri, 05 Oct 2018 11:51:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g8SNe-00081b-NK for guix-patches@gnu.org; Fri, 05 Oct 2018 11:51:11 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:33842) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1g8SNa-0007y8-RG for guix-patches@gnu.org; Fri, 05 Oct 2018 11:51:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1g8SNa-0001bl-Oj for guix-patches@gnu.org; Fri, 05 Oct 2018 11:51:02 -0400 Subject: [bug#32948] [PATCH 02/21] gnu: Add java-batik-constants. Resent-Message-ID: From: Danny Milosavljevic Date: Fri, 5 Oct 2018 17:50:03 +0200 Message-Id: <20181005155020.10239-2-dannym@scratchpost.org> In-Reply-To: <20181005155020.10239-1-dannym@scratchpost.org> References: <20181005154453.10159-1-dannym@scratchpost.org> <20181005155020.10239-1-dannym@scratchpost.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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: 32948@debbugs.gnu.org * gnu/packages/batik.scm (java-batik-constants): New variable. --- gnu/packages/batik.scm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gnu/packages/batik.scm b/gnu/packages/batik.scm index 2ca15b763..f0c3b8efb 100644 --- a/gnu/packages/batik.scm +++ b/gnu/packages/batik.scm @@ -83,3 +83,7 @@ (define-public java-batik-i18n ;; No tests exist. (java-batik-disable-tests (java-batik-package "batik-i18n" '()))) + +(define-public java-batik-constants + ;; No tests exist. + (java-batik-disable-tests (java-batik-package "batik-constants" '())))