summaryrefslogtreecommitdiff
path: root/gnu/packages/golang-xyz.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <[email protected]>2024-08-11 12:54:53 +0100
committerSharlatan Hellseher <[email protected]>2024-08-11 13:15:39 +0100
commit75a15744319a43c378b815328e3c67595c9f95da (patch)
tree20327f82efbba16757e2410a40f446aa18980965 /gnu/packages/golang-xyz.scm
parentf72b76a29848c98e2880dd98fa8ac7d772b8f2a9 (diff)
gnu: go-git-sr-ht-emersion-go-scfg: Adjust inputs.
* gnu/packages/golang-xyz.scm (go-git-sr-ht-emersion-go-scfg): Adjus inputs. [propagated-inputs]: Remove go-github-com-google-shlex. Change-Id: I82b121c7999965e195989ea4b20fbe00f762c861
Diffstat (limited to 'gnu/packages/golang-xyz.scm')
-rw-r--r--gnu/packages/golang-xyz.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 2aa86d5bb1..8f45dd86be 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -245,8 +245,7 @@ a human-readable byte format.")
(arguments
(list #:import-path "git.sr.ht/~emersion/go-scfg"))
(propagated-inputs
- (list go-github-com-google-shlex
- go-github-com-davecgh-go-spew))
+ (list go-github-com-davecgh-go-spew))
(home-page "https://git.sr.ht/~emersion/go-scfg")
(synopsis "Go library for simple configuration file format")
(description