From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:53111) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hqOF1-0003D8-8q for guix-patches@gnu.org; Wed, 24 Jul 2019 16:52:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hqOF0-0005tb-BB for guix-patches@gnu.org; Wed, 24 Jul 2019 16:52:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:57531) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hqOF0-0005sq-4c for guix-patches@gnu.org; Wed, 24 Jul 2019 16:52:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hqOF0-0005y6-0O for guix-patches@gnu.org; Wed, 24 Jul 2019 16:52:02 -0400 Subject: [bug#36797] [PATCH 08/11] gnu: Add r-flowpeaks. Resent-Message-ID: References: <20190724182204.6818-1-zimon.toutoune@gmail.com> <20190724182204.6818-9-zimon.toutoune@gmail.com> From: Ricardo Wurmus In-reply-to: <20190724182204.6818-9-zimon.toutoune@gmail.com> Date: Wed, 24 Jul 2019 22:51:04 +0200 Message-ID: <87tvbb9mx3.fsf@elephly.net> 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: zimon.toutoune@gmail.com Cc: 36797@debbugs.gnu.org zimoun writes: > * gnu/packages/bioconductor.scm (r-flowpeaks): New variable. [=E2=80=A6] > + (license license:artistic2.0))) ;TODO: artistic1.0 does not exist Unfortunately, version 1.0 of the Artistic License is too unclear to be considered a free license. I have excluded this package from the set of patches that I=E2=80=99ll apply to the master branch. --=20 Ricardo