From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:57468) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jEVMp-0005Ny-4e for guix-patches@gnu.org; Wed, 18 Mar 2020 05:52:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jEVMo-0003Y4-58 for guix-patches@gnu.org; Wed, 18 Mar 2020 05:52:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:33848) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jEVMo-0003Wt-0z for guix-patches@gnu.org; Wed, 18 Mar 2020 05:52:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jEVMn-0007P9-U7 for guix-patches@gnu.org; Wed, 18 Mar 2020 05:52:01 -0400 Subject: [bug#39998] [PATCH] gnu: Add circos. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= In-Reply-To: <5eea17e0e66700927f0eb796b824b752f0295d37.camel@gnu.org> (Roel Janssen's message of "Mon, 09 Mar 2020 15:26:38 +0100") References: <5eea17e0e66700927f0eb796b824b752f0295d37.camel@gnu.org> Date: Wed, 18 Mar 2020 10:51:38 +0100 Message-ID: <87wo7i9ej9.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: Roel Janssen Cc: 39998@debbugs.gnu.org Hi Roel, Roel Janssen skribis: > From 3354081946899a7573c0af520ba4a29eaa818584 Mon Sep 17 00:00:00 2001 > From: Roel Janssen > Date: Mon, 9 Mar 2020 15:21:43 +0100 > Subject: [PATCH] gnu: Add circos. > > * gnu/local.mk: Register circos-remove-findbin.patch. > * gnu/packages/patches/circos-remove-findbin.patch: New file. > * gnu/packages/perl.scm: New variable. [...] > --- /dev/null > +++ b/gnu/packages/patches/circos-remove-findbin.patch > @@ -0,0 +1,538 @@ > +diff -crB circos-0.69-6/bin/circos circos-0.69-6-new/bin/circos Could you add a sentence or two explaining what this patch does, along with provenance information and its upstream status (link to bug report, upstream commit, etc.)? Otherwise LGTM, thanks! Ludo=E2=80=99.