From debbugs-submit-bounces@debbugs.gnu.org Wed Mar 31 15:30:01 2021 Received: (at 47171-done) by debbugs.gnu.org; 31 Mar 2021 19:30:01 +0000 Received: from localhost ([127.0.0.1]:55554 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lRgXR-00063f-9W for submit@debbugs.gnu.org; Wed, 31 Mar 2021 15:30:01 -0400 Received: from sender4-of-o51.zoho.com ([136.143.188.51]:21193) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lRgXP-00063W-6E for 47171-done@debbugs.gnu.org; Wed, 31 Mar 2021 15:30:00 -0400 ARC-Seal: i=1; a=rsa-sha256; t=1617218996; cv=none; d=zohomail.com; s=zohoarc; b=EajdR7dosXPc7An0uGcKMouPFKhKStFKVYqRxl3fAb+f+idBMKqd2eKv8zBUFDpnMii/MA0xhRTma9nMrBeAGeQ735Eg4rgWSD5FhUTU5bHKPcaLe9ou99X9HqSb3/ylOK7IEAJXDzksaZxPjNScJh4tj0D4Jzt/XYl79ZkRfnA= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1617218996; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:To; bh=q0WCT0kDJ0WJWFp6LaGCxFRfndBbj5cYyk3iq8Ah6T8=; b=AzZCSdJTd7HYIS85FVFqiJTmdLxWFEscbGtyP2/1D1ChninaZY1qIt+L+FkFbbaCAdY1qC3spvuG/eIz8ADGngqKybM9wPzjmbtCDgHT2g9GDffWm2v5tsfPLJC30MNzwdfxfltEYWZ/rnxafNM4JMouPFjWKyDc0T6V2wU/88Q= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass header.i=elephly.net; spf=pass smtp.mailfrom=rekado@elephly.net; dmarc=pass header.from= header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1617218996; s=zoho; d=elephly.net; i=rekado@elephly.net; h=References:From:To:Cc:Subject:In-reply-to:Date:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding; bh=q0WCT0kDJ0WJWFp6LaGCxFRfndBbj5cYyk3iq8Ah6T8=; b=MBJ74smZfgLHKgcOB1QoqYd1yUilhUa1N6m9CZU25BCD6McTDEDKjYGiX9ND33lH DKJ8D8LSX65EMAgQUW6aVeuqpDBXIcWJQHrQWXdg2X7Me3HDvEJtjc8YClai+2G7qB+ mQN3NSoQfecF8P8hIAyjlFVvxW4kBHmUo327UZao= Received: from localhost (p54ad4ee7.dip0.t-ipconnect.de [84.173.78.231]) by mx.zohomail.com with SMTPS id 1617218992293726.9720894970058; Wed, 31 Mar 2021 12:29:52 -0700 (PDT) References: <20210317201414.10811-1-zimon.toutoune@gmail.com> User-agent: mu4e 1.4.15; emacs 27.2 From: Ricardo Wurmus To: zimoun Subject: Re: [PATCH v2 1/3] gnu: r-bisquerna: Move to (gnu packages bioconductor). In-reply-to: <20210317201414.10811-1-zimon.toutoune@gmail.com> X-URL: https://elephly.net X-PGP-Key: https://elephly.net/rekado.pubkey X-PGP-Fingerprint: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC Date: Wed, 31 Mar 2021 21:29:49 +0200 Message-ID: <871rbv3yvm.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-ZohoMailClient: External X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 47171-done Cc: 47171-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Thanks for this new patch set. I applied it and ran =E2=80=9Cmake as-derivation=E2=80=9D without problems. I pushed these three commits to the master branch. --=20 Ricardo