mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-29 21:41:15 +02:00
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:
@@ -2127,7 +2127,7 @@ memory-efficient.")
|
||||
(setenv "DESTDIR" #$output)
|
||||
(invoke "make" "install")))))))
|
||||
(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")
|
||||
(synopsis "Tag files and access them through a virtual file system")
|
||||
(description
|
||||
|
||||
@@ -4560,9 +4560,9 @@ underneath and returns only matching files or direcories, depending on the
|
||||
configuration.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-hanwen-fuse
|
||||
(define-public go-github-com-hanwen-go-fuse
|
||||
(package
|
||||
(name "go-github-com-hanwen-fuse")
|
||||
(name "go-github-com-hanwen-go-fuse")
|
||||
(version "2.0.3")
|
||||
(source
|
||||
(origin
|
||||
|
||||
Reference in New Issue
Block a user