mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-emersion-go-autostart: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-emersion-go-autostart): Move from here ... * gnu/packages/golang-xyz.scm: .. to here. Change-Id: Ia1a52cc0122f3a343171c698f63783265b44bed7
This commit is contained in:
parent
8292c0de00
commit
4522e1f0c1
2 changed files with 23 additions and 22 deletions
|
@ -2536,6 +2536,29 @@ O(1) for @code{Set}, @code{Get}, @code{Delete} and @code{Len}.")
|
||||||
#~(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
(delete 'remove-submodule)))))))
|
(delete 'remove-submodule)))))))
|
||||||
|
|
||||||
|
(define-public go-github-com-emersion-go-autostart
|
||||||
|
(package
|
||||||
|
(name "go-github-com-emersion-go-autostart")
|
||||||
|
(version "0.0.0-20210130080809-00ed301c8e9a")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/emersion/go-autostart")
|
||||||
|
(commit (go-version->git-ref version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "0cqqvbzn32xv5lknfygrx01rx2sc6pi833k7008nlk9lsfgry06v"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:import-path "github.com/emersion/go-autostart"))
|
||||||
|
(home-page "https://github.com/emersion/go-autostart")
|
||||||
|
(synopsis "Autostart library in Go")
|
||||||
|
(description
|
||||||
|
"Go-Autostart is a Go library to run a command after login.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-emersion-go-ical
|
(define-public go-github-com-emersion-go-ical
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-emersion-go-ical")
|
(name "go-github-com-emersion-go-ical")
|
||||||
|
|
|
@ -2342,28 +2342,6 @@ management interface. It can be used to monitor and control an OpenVPN process
|
||||||
running with its management port enabled.")
|
running with its management port enabled.")
|
||||||
(license license:expat))))
|
(license license:expat))))
|
||||||
|
|
||||||
(define-public go-github-com-emersion-go-autostart
|
|
||||||
(package
|
|
||||||
(name "go-github-com-emersion-go-autostart")
|
|
||||||
(version "0.0.0-20210130080809-00ed301c8e9a")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri
|
|
||||||
(git-reference
|
|
||||||
(url "https://github.com/emersion/go-autostart")
|
|
||||||
(commit (go-version->git-ref version))))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32 "0cqqvbzn32xv5lknfygrx01rx2sc6pi833k7008nlk9lsfgry06v"))))
|
|
||||||
(build-system go-build-system)
|
|
||||||
(arguments
|
|
||||||
`(#:import-path "github.com/emersion/go-autostart"))
|
|
||||||
(home-page "https://github.com/emersion/go-autostart")
|
|
||||||
(synopsis "Autostart library in Go")
|
|
||||||
(description "Go-Autostart is a Go library to run a command after login.")
|
|
||||||
(license license:expat)))
|
|
||||||
|
|
||||||
(define-public go-github-com-dchest-siphash
|
(define-public go-github-com-dchest-siphash
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-dchest-siphash")
|
(name "go-github-com-dchest-siphash")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue