diff options
author | Troy Figiel <[email protected]> | 2024-02-10 22:29:42 +0100 |
---|---|---|
committer | Sharlatan Hellseher <[email protected]> | 2024-06-29 09:36:53 +0100 |
commit | 11313556c59f01455533ec5f38b5a5317fe5863c (patch) | |
tree | 525a5fc416ee2de59e21509966dc194cded914eb /gnu/packages/configuration-management.scm | |
parent | 89e844d82586a56218ec65c3cc945e4a80093c7c (diff) |
gnu: Remove go-etcd-io-bbolt.
go-go-etcd-io-bbolt and go-etcd-io-bbolt are the same version and source
packages. This change removes go-etcd-io-bbolt and keeps
go-go-etcd-io-bbolt.
* gnu/packages/configuration-management.scm (chezmoi) [native-inputs]:
Add go-go-etcd-io-bbolt. Remove go-etcd-io-bbolt.
* gnu/packages/golang.scm (go-etcd-io-bbolt): Remove variable.
Co-authored-by: Sharlatan Hellseher <[email protected]>
Signed-off-by: Sharlatan Hellseher <[email protected]>
Change-Id: I482f22b77b61d4761390742db2ced570cd4de3bd
Diffstat (limited to 'gnu/packages/configuration-management.scm')
-rw-r--r-- | gnu/packages/configuration-management.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/configuration-management.scm b/gnu/packages/configuration-management.scm index 89958b351e..818a80b94e 100644 --- a/gnu/packages/configuration-management.scm +++ b/gnu/packages/configuration-management.scm @@ -82,8 +82,7 @@ "secretonepassword.txt" "secretpass.txt"))))))) (native-inputs - (list go-etcd-io-bbolt - go-github-com-alecthomas-chroma + (list go-github-com-alecthomas-chroma go-github-com-aymerick-douceur go-github-com-bmatcuk-doublestar-v2 go-github-com-charmbracelet-glamour @@ -121,6 +120,7 @@ go-github-com-yuin-goldmark go-github-com-zalando-go-keyring go-github-go-git + go-go-etcd-io-bbolt go-golang-org-x-net go-golang-org-x-oauth2 go-golang-org-x-term |