mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
844056347e
commit
7828d9b725
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue