gnu: go-github-com-hanwen-fuse: Rename variable.

* gnu/packages/golang-xyz.scm (go-github-com-hanwen-fuse): Rename
variable to go-github-com-hanwen-go-fuse to reflect go.mod import path.

* gnu/packages/file-systems.scm (tmsu) [inputs]: Remove
go-github-com-hanwen-fuse, add go-github-com-hanwen-go-fuse.

Change-Id: Ia370647a5e345eae76ef648134074a2b994dae83
This commit is contained in:
Sharlatan Hellseher 2024-12-22 13:51:05 +00:00
parent 844056347e
commit 7828d9b725
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5
2 changed files with 3 additions and 3 deletions

View file

@ -2127,7 +2127,7 @@ memory-efficient.")
(setenv "DESTDIR" #$output) (setenv "DESTDIR" #$output)
(invoke "make" "install"))))))) (invoke "make" "install")))))))
(inputs (inputs
(list go-github-com-mattn-go-sqlite3 go-github-com-hanwen-fuse)) (list go-github-com-mattn-go-sqlite3 go-github-com-hanwen-go-fuse))
(home-page "https://github.com/oniony/TMSU") (home-page "https://github.com/oniony/TMSU")
(synopsis "Tag files and access them through a virtual file system") (synopsis "Tag files and access them through a virtual file system")
(description (description

View file

@ -4560,9 +4560,9 @@ underneath and returns only matching files or direcories, depending on the
configuration.") configuration.")
(license license:expat))) (license license:expat)))
(define-public go-github-com-hanwen-fuse (define-public go-github-com-hanwen-go-fuse
(package (package
(name "go-github-com-hanwen-fuse") (name "go-github-com-hanwen-go-fuse")
(version "2.0.3") (version "2.0.3")
(source (source
(origin (origin