[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
151/169: gnu: go-github-com-emersion-go-autostart: Move to golang-xyz.
From: |
guix-commits |
Subject: |
151/169: gnu: go-github-com-emersion-go-autostart: Move to golang-xyz. |
Date: |
Thu, 26 Sep 2024 06:43:26 -0400 (EDT) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit 0089ea9882970f83364e4aa9fd51052c35d7c44e
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Sep 22 21:46:56 2024 +0100
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
---
gnu/packages/golang-xyz.scm | 23 +++++++++++++++++++++++
gnu/packages/golang.scm | 22 ----------------------
2 files changed, 23 insertions(+), 22 deletions(-)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 7f3492515f..1c92b4177b 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -2512,6 +2512,29 @@ O(1) for @code{Set}, @code{Get}, @code{Delete} and
@code{Len}.")
#~(modify-phases %standard-phases
(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
(package
(name "go-github-com-emersion-go-ical")
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index a7eb0a915d..daf7ac26f3 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -2315,28 +2315,6 @@ management interface. It can be used to monitor and
control an OpenVPN process
running with its management port enabled.")
(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
(package
(name "go-github-com-dchest-siphash")
- 131/169: gnu: go-github-com-aead-chacha20: Update to 0.0.0-20180709150244-8b13a72661da., (continued)
- 131/169: gnu: go-github-com-aead-chacha20: Update to 0.0.0-20180709150244-8b13a72661da., guix-commits, 2024/09/26
- 137/169: gnu: go-github.com-smartystreets-assertions: Rename variable., guix-commits, 2024/09/26
- 125/169: build/go: Replace symlinks with a copy of the file., guix-commits, 2024/09/26
- 145/169: gnu: go-github-com-sevlyar-go-daemon: Move to golang-xyz., guix-commits, 2024/09/26
- 142/169: gnu: Remove go-github-com-smartystreets-assertions., guix-commits, 2024/09/26
- 144/169: gnu: go-github-com-sevlyar-go-daemon: Update to 0.1.6., guix-commits, 2024/09/26
- 143/169: gnu: Remove go-github.com-smartystreets-gunit., guix-commits, 2024/09/26
- 155/169: gnu: Add go-rsc-io-binaryregexp., guix-commits, 2024/09/26
- 150/169: gnu: go-github-com-emersion-go-autostart: Update to 0.0.0-20210130080809-00ed301c8e9a., guix-commits, 2024/09/26
- 156/169: gnu: Add go-github-com-rogpeppe-fastuuid., guix-commits, 2024/09/26
- 151/169: gnu: go-github-com-emersion-go-autostart: Move to golang-xyz.,
guix-commits <=
- 148/169: gnu: trezord: Refresh package style., guix-commits, 2024/09/26
- 161/169: gnu: Add go-github-com-caarlos0-testfs., guix-commits, 2024/09/26
- 163/169: gnu: Add go-github-com-goreleaser-fileglob., guix-commits, 2024/09/26
- 162/169: gnu: Add go-github-com-matryer-is., guix-commits, 2024/09/26
- 165/169: gnu: go-github-com-tekwizely-go-parsing: Adjust description., guix-commits, 2024/09/26
- 168/169: gnu: go-github-com-subosito-gotenv: Move to golang-xyz., guix-commits, 2024/09/26
- 123/169: gnu: nebula: Fix build., guix-commits, 2024/09/26
- 133/169: gnu: go-github-com-shadowsocks-go-shadowsocks2: Update to 0.1.5., guix-commits, 2024/09/26
- 122/169: gnu: go-github-com-nbrownus-go-metrics-prometheus: Fix build., guix-commits, 2024/09/26
- 126/169: gnu: build/go: Apply default 'fix-embed-files phase., guix-commits, 2024/09/26