From patchwork Tue Oct 25 19:27:19 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Felix Lechner X-Patchwork-Id: 44110 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id D6EFB27BBE9; Tue, 25 Oct 2022 20:29:12 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-3.7 required=5.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H2,SPF_HELO_PASS, URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id A7DDA27BBEB for ; Tue, 25 Oct 2022 20:29:11 +0100 (BST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1onPaq-0001FK-9g; Tue, 25 Oct 2022 15:28:08 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1onPam-0000xP-3c for guix-patches@gnu.org; Tue, 25 Oct 2022 15:28:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1onPal-0003Mi-49 for guix-patches@gnu.org; Tue, 25 Oct 2022 15:28:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1onPak-00046H-OV for guix-patches@gnu.org; Tue, 25 Oct 2022 15:28:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#58768] [PATCH 1/9] gnu: Add go-github-com-hanwen-go-fuse-v2. References: In-Reply-To: Resent-From: Felix Lechner Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 25 Oct 2022 19:28:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 58768 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 58768@debbugs.gnu.org Cc: "\(" , Felix Lechner Received: via spool by 58768-submit@debbugs.gnu.org id=B58768.166672605515620 (code B ref 58768); Tue, 25 Oct 2022 19:28:02 +0000 Received: (at 58768) by debbugs.gnu.org; 25 Oct 2022 19:27:35 +0000 Received: from localhost ([127.0.0.1]:52360 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1onPaI-00043m-Sl for submit@debbugs.gnu.org; Tue, 25 Oct 2022 15:27:35 -0400 Received: from linode.us-core.com ([23.239.4.72]:49584) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1onPaH-00043e-27 for 58768@debbugs.gnu.org; Tue, 25 Oct 2022 15:27:34 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=2017; bh=szZmxmtrnTjeHwf ybcuYDe2LhysM4WsbQmeHPX27B4w=; h=date:subject:cc:to:from; d=lease-up.com; b=i6H8KBer0w3+1E5S2Sa7ATBASBNt3sC1jsN4nR3/M33GuCAzHVyy 2vgvurvn/CI3yXSH7Szh/JOTXUiiFD4Q+Xl/KyR/nq0YB2QCmnMXvdY9LP6FxbGUDYuXCJ lHwwqoJY5duUqO/lSORqT2V58aeFG9+FCERKpPcN0oiwX0tw4= Received: by linode.us-core.com (OpenSMTPD) with ESMTPSA id 7b2fcfdc (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Tue, 25 Oct 2022 19:27:31 +0000 (UTC) Received: from lechner-desktop.us-core.com (localhost.us-core.com [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 72d37d8a; Tue, 25 Oct 2022 19:27:31 +0000 (UTC) Date: Tue, 25 Oct 2022 12:27:19 -0700 Message-Id: <20221025192727.2175-1-felix.lechner@lease-up.com> X-Mailer: git-send-email 2.38.0 MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "Guix-patches" Reply-to: Felix Lechner X-ACL-Warn: , Felix Lechner via Guix-patches X-Patchwork-Original-From: Felix Lechner via Guix-patches via From: Felix Lechner Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org X-getmail-retrieved-from-mailbox: Patches * gnu/packages/golang.scm (go-github-com-hanwen-go-fuse-v2): New variable. --- gnu/packages/golang.scm | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) base-commit: 348f70b9f429b19df6251a2c177291f4c606a495 prerequisite-patch-id: 11b4410d3ba809f1cf31d46f3f7fec85d8eab5c0 diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index d9b1b084b6..1121674d20 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -1142,6 +1142,34 @@ (define-public go-github-com-operatorfoundation-shapeshifter-transports networks where it would otherwise be blocked or heavily throttled.") (license license:expat))) +(define-public go-github-com-hanwen-go-fuse-v2 + (let ((commit "4c25c9c1eecefb8beeea3daddf3486eb1dd48b89") + (revision "0")) + (package + (name "go-github-com-hanwen-go-fuse-v2") + (version (git-version "2.1.0" revision commit)) + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/hanwen/go-fuse") + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0hi3x963bj9hcngyy2ba3mipcqx5gwqvcj7vg1r4vlal2qbsqcmf")))) + (build-system go-build-system) + (arguments + '(#:import-path "github.com/hanwen/go-fuse/v2")) + (native-inputs (list + go-golang-org-x-sys + go-golang-org-x-sync + go-github-com-kylelemons-godebug)) + (home-page "https://github.com/hanwen/go-fuse") + (synopsis "Go bindings for FUSE filesystems") + (description + "This is a repository containing Go bindings for writing FUSE file systems.") + (license license:bsd-3)))) + (define-public go-github-com-kataras-golog (package (name "go-github-com-kataras-golog")