From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46595) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g8T7A-0005Ok-31 for guix-patches@gnu.org; Fri, 05 Oct 2018 12:38:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g8T74-00024Z-Qv for guix-patches@gnu.org; Fri, 05 Oct 2018 12:38:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:33901) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1g8T74-000247-9N for guix-patches@gnu.org; Fri, 05 Oct 2018 12:38:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1g8T74-0002kP-6n for guix-patches@gnu.org; Fri, 05 Oct 2018 12:38:02 -0400 Subject: [bug#32948] [PATCH 21/21] gnu: Add batik. Resent-Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Date: Fri, 05 Oct 2018 18:37:23 +0200 From: Julien Lepiller In-Reply-To: <20181005155137.10289-2-dannym@scratchpost.org> References: <20181005154453.10159-1-dannym@scratchpost.org> <20181005155137.10289-1-dannym@scratchpost.org> <20181005155137.10289-2-dannym@scratchpost.org> Message-ID: 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: Danny Milosavljevic Cc: 32948@debbugs.gnu.org Le 2018-10-05 17:51, Danny Milosavljevic a écrit : > * gnu/local.mk (GNU_SYSTEM_MODULES): Add "batik.scm". > --- > gnu/local.mk | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/gnu/local.mk b/gnu/local.mk > index 61e5913a0..5623d1c36 100644 > --- a/gnu/local.mk > +++ b/gnu/local.mk > @@ -77,6 +77,7 @@ GNU_SYSTEM_MODULES = \ > %D%/packages/backup.scm \ > %D%/packages/base.scm \ > %D%/packages/bash.scm \ > + %D%/packages/batik.scm \ > %D%/packages/bdw-gc.scm \ > %D%/packages/benchmark.scm \ > %D%/packages/bioconductor.scm \ That should be part of the first patch. Apart from my comments here and on the first patch, the series LGTM! Thank you!