From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id 0BvuOQfFfV8qGQAA0tVLHw (envelope-from ) for ; Wed, 07 Oct 2020 13:39:19 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id 2MjiNQfFfV/SSAAAbx9fmQ (envelope-from ) for ; Wed, 07 Oct 2020 13:39:19 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 6E8DB9402AC for ; Wed, 7 Oct 2020 13:39:19 +0000 (UTC) Received: from localhost ([::1]:54350 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kQ9f4-0000WY-7T for larch@yhetil.org; Wed, 07 Oct 2020 09:39:18 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:58294) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kQ9dq-0008LY-4Z for guix-patches@gnu.org; Wed, 07 Oct 2020 09:38:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:44057) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kQ9dp-0005rJ-Pa for guix-patches@gnu.org; Wed, 07 Oct 2020 09:38:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kQ9dp-00019f-OQ for guix-patches@gnu.org; Wed, 07 Oct 2020 09:38:01 -0400 Subject: bug#43825: [PATCH] bioinformatics: htslib: Enable support for custom URI schemes. Resent-From: Roel Janssen Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Wed, 07 Oct 2020 13:38:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 43825 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Ricardo Wurmus Cc: 43825-done@debbugs.gnu.org Mail-Followup-To: 43825@debbugs.gnu.org, roel@gnu.org, roel@gnu.org Received: via spool by 43825-done@debbugs.gnu.org id=D43825.16020778464389 (code D ref 43825); Wed, 07 Oct 2020 13:38:01 +0000 Received: (at 43825-done) by debbugs.gnu.org; 7 Oct 2020 13:37:26 +0000 Received: from localhost ([127.0.0.1]:55602 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kQ9dF-00018j-UV for submit@debbugs.gnu.org; Wed, 07 Oct 2020 09:37:26 -0400 Received: from eggs.gnu.org ([209.51.188.92]:51258) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kQ9dC-00018V-Ga for 43825-done@debbugs.gnu.org; Wed, 07 Oct 2020 09:37:24 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:44971) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kQ9d7-0005nF-0s; Wed, 07 Oct 2020 09:37:17 -0400 Received: from [143.121.198.62] (port=50310 helo=cog147) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kQ9d6-0005Uj-JV; Wed, 07 Oct 2020 09:37:16 -0400 Message-ID: <685d3a822d8c81c05073041d3e599a8ba7f4d5d1.camel@gnu.org> From: Roel Janssen Date: Wed, 07 Oct 2020 15:37:14 +0200 In-Reply-To: <87o8lfysym.fsf@elephly.net> References: <87o8lfysym.fsf@elephly.net> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.28.5-0ubuntu0.18.04.2 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -3.3 (---) X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Spam-Score: -1.01 X-TUID: RYBVloKXWCtd On Tue, 2020-10-06 at 22:56 +0200, Ricardo Wurmus wrote: > Hi Roel, > > > I'd like to apply this patch to enable accessing files stored in > > certain "cloud" systems. > > Sounds good to me. Please move the explanation from the commit > message > to the code as a comment. > > As commit message please use: > > * gnu/packages/bioinformatics.scm (htslib)[arguments]: Enable support > for custom URIs. > Thank you! I've committed this patch at fb0037a. Kind regards, Roel Janssen