summaryrefslogtreecommitdiff
path: root/gnu/packages/file-systems.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <[email protected]>2024-12-22 13:46:16 +0000
committerSharlatan Hellseher <[email protected]>2025-01-21 23:42:14 +0000
commit844056347e3edbe6fe3cf137f0d6b9572c03f13a (patch)
tree69f8b60bac4ee10c61ba99bbca9b96794a5429e5 /gnu/packages/file-systems.scm
parent088bdaed4c1904ca0274a563525e160cbf4a2a29 (diff)
gnu: go-github-com-hanwen-fuse: Move to golang-xyz.
* gnu/packages/file-systems.scm (go-github-com-hanwen-fuse): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I8f8fccc89e1c930d7085fe61f4c962cb1f2c128c
Diffstat (limited to 'gnu/packages/file-systems.scm')
-rw-r--r--gnu/packages/file-systems.scm25
1 files changed, 0 insertions, 25 deletions
diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm
index b707a94f25..4ae13c4a95 100644
--- a/gnu/packages/file-systems.scm
+++ b/gnu/packages/file-systems.scm
@@ -1966,31 +1966,6 @@ Dropbox API v2.")
local file system using FUSE.")
(license license:gpl3+)))
-(define-public go-github-com-hanwen-fuse
- (package
- (name "go-github-com-hanwen-fuse")
- (version "2.0.3")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/hanwen/go-fuse")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "1y44d08fxyis99s6jxdr6dbbw5kv3wb8lkhq3xmr886i4w41lz03"))))
- (build-system go-build-system)
- (arguments
- `(#:import-path "github.com/hanwen/go-fuse"))
- (propagated-inputs
- (list go-golang-org-x-sys))
- (home-page "https://github.com/hanwen/go-fuse")
- (synopsis "FUSE bindings for Go")
- (description
- "This package provides Go native bindings for the FUSE kernel module.")
- (license license:bsd-3)))
-
(define-public rewritefs
(let ((revision "1")
(commit "3a56de8b5a2d44968b8bc3885c7d661d46367306"))