[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/13: gnu: Add go-github-com-hanwen-go-fuse-v2.
From: |
guix-commits |
Subject: |
03/13: gnu: Add go-github-com-hanwen-go-fuse-v2. |
Date: |
Mon, 13 Mar 2023 14:30:11 -0400 (EDT) |
lfam pushed a commit to branch wip-go-updates
in repository guix.
commit 0b68014185f9db857d067976a6c269d094194c06
Author: Felix Lechner <felix.lechner@lease-up.com>
AuthorDate: Sun Mar 5 12:54:47 2023 -0800
gnu: Add go-github-com-hanwen-go-fuse-v2.
* gnu/packages/golang.scm (go-github-com-hanwen-go-fuse-v2): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
---
gnu/packages/golang.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index e3e7c7f4c3..608b08ba29 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1158,6 +1158,34 @@ form that bypasses network filtering, allowing the
application to work on
networks where it would otherwise be blocked or heavily throttled.")
(license license:expat)))
+(define-public go-github-com-hanwen-go-fuse-v2
+ (let ((commit "915cf5413cdef5370ae3f953f8eb4cd9ac176d5c")
+ (revision "0"))
+ (package
+ (name "go-github-com-hanwen-go-fuse-v2")
+ (version (git-version "2.2.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
+ "1ik0yvs9m40vxccpb0rpxc22fyqmcgyysc7w0yl9kn3jyr6qa1d5"))))
+ (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")
- branch wip-go-updates created (now 03cf456064), guix-commits, 2023/03/13
- 01/13: gnu: go-golang-org-x-sys: Update to 0.4.0., guix-commits, 2023/03/13
- 02/13: gnu: go-golang-org-x-net: Update to 0.5.0., guix-commits, 2023/03/13
- 03/13: gnu: Add go-github-com-hanwen-go-fuse-v2.,
guix-commits <=
- 09/13: gnu: Add go-github-com-pkg-xattr., guix-commits, 2023/03/13
- 08/13: gnu: Add go-github-com-jacobsa-reqtrace., guix-commits, 2023/03/13
- 10/13: gnu: Add go-github-com-rfjakob-eme., guix-commits, 2023/03/13
- 11/13: gnu: Add gocryptfs., guix-commits, 2023/03/13
- 07/13: gnu: Add go-github-com-jacobsa-ogletest., guix-commits, 2023/03/13
- 13/13: gnu: Go 1.20: Update to 1.20.1., guix-commits, 2023/03/13
- 04/13: gnu: Add go-github-com-aperturerobotics-jacobsa-crypto., guix-commits, 2023/03/13
- 05/13: gnu: Add go-github-com-jacobsa-oglematchers., guix-commits, 2023/03/13
- 06/13: gnu: Add go-github-com-jacobsa-oglemock., guix-commits, 2023/03/13
- 12/13: gnu: Go 1.19: Update to 1.19.6., guix-commits, 2023/03/13