[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
17/24: gnu: go-github-com-pelletier-go-toml: Remove input labels.
From: |
guix-commits |
Subject: |
17/24: gnu: go-github-com-pelletier-go-toml: Remove input labels. |
Date: |
Wed, 14 Aug 2024 19:08:59 -0400 (EDT) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit 1e81c70e42c6e09c90c58119adea16d79409165a
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Wed Aug 14 23:28:30 2024 +0100
gnu: go-github-com-pelletier-go-toml: Remove input labels.
* gnu/packages/golang.scm (go-github-com-pelletier-go-toml): Remove
input lables, swap [native-inputs] to [propagated-inputs] to simplify
dependent packages inputs.
Change-Id: Ibfa57fbe606ced8bf9f2bcfe4065bf94f84bc0fb
---
gnu/packages/golang.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index a923fe6612..3e1814c20c 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -3590,10 +3590,10 @@ updating files, like @command{tail -f}.")
(build-system go-build-system)
(arguments
`(#:import-path "github.com/pelletier/go-toml"))
- (native-inputs
- `(("github.com/BurntSushi/toml" ,go-github-com-burntsushi-toml)
- ("github.com/davecgh/go-spew" ,go-github-com-davecgh-go-spew)
- ("gopkg.in/yaml.v2" ,go-gopkg-in-yaml-v2)))
+ (propagated-inputs
+ (list go-github-com-burntsushi-toml
+ go-github-com-davecgh-go-spew
+ go-gopkg-in-yaml-v2))
(home-page "https://github.com/pelletier/go-toml")
(synopsis "Go library for the TOML configuration language")
(description "Go library for the TOML configuration language")
- 10/24: gnu: Add go-github-com-elliotchance-orderedmap-v2., (continued)
- 10/24: gnu: Add go-github-com-elliotchance-orderedmap-v2., guix-commits, 2024/08/14
- 11/24: gnu: go-github-com-fatih-color: Update to 1.17.0., guix-commits, 2024/08/14
- 04/24: gnu: go-github-com-creack-pty: Update to 1.1.23., guix-commits, 2024/08/14
- 18/24: gnu: go-github-com-pelletier-go-toml: Update to 1.9.5., guix-commits, 2024/08/14
- 20/24: gnu: go-github-com-pelletier-go-toml: Move to golang-xyz., guix-commits, 2024/08/14
- 05/24: gnu: go-github-com-itchyny-timefmt-go: Update to 0.1.6., guix-commits, 2024/08/14
- 08/24: gnu: Add go-github-com-yuin-gopher-lua., guix-commits, 2024/08/14
- 06/24: gnu: go-github-com-itchyny-timefmt-go: Move to golang-xyz., guix-commits, 2024/08/14
- 13/24: gnu: go-github-com-go-playground-locales: Update to 0.14.1., guix-commits, 2024/08/14
- 14/24: gnu: go-github-com-go-playground-locales: Move to golang-xyz., guix-commits, 2024/08/14
- 17/24: gnu: go-github-com-pelletier-go-toml: Remove input labels.,
guix-commits <=
- 19/24: gnu: go-github-com-pelletier-go-toml-v2: Update to 2.2.2., guix-commits, 2024/08/14
- 23/24: gnu: go-github-com-stretchr-objx: Move to golang-xyz., guix-commits, 2024/08/14
- 12/24: gnu: go-github-com-gabriel-vasile-mimetype: Update to 1.4.5., guix-commits, 2024/08/14
- 15/24: gnu: go-github-com-goccy-go-json: Update to 0.10.3., guix-commits, 2024/08/14
- 03/24: gnu: go-github-com-kr-pretty: Move to golang-xyz., guix-commits, 2024/08/14
- 21/24: gnu: go-github-com-spf13-cobra: Update to 1.8.1., guix-commits, 2024/08/14
- 22/24: gnu: go-github-com-stretchr-objx: Update to 0.5.2., guix-commits, 2024/08/14
- 16/24: gnu: go-github-com-goccy-go-yaml: Update to 1.12.0., guix-commits, 2024/08/14
- 24/24: gnu: go-github-com-mikefarah-yq-v4: Update to 4.44.3., guix-commits, 2024/08/14