[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/17: gnu: go-github-com-alecthomas-kingpin: Adjust inputs.
From: |
guix-commits |
Subject: |
10/17: gnu: go-github-com-alecthomas-kingpin: Adjust inputs. |
Date: |
Wed, 27 Mar 2024 19:09:28 -0400 (EDT) |
sharlatan pushed a commit to branch master
in repository guix.
commit b58717b4191c06f029a3ae537b7f0421d74367b2
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Fri Mar 22 22:21:35 2024 +0000
gnu: go-github-com-alecthomas-kingpin: Adjust inputs.
gnu/packages/golang-xyz.scm (go-github-com-alecthomas-kingpin)
[native-inputs]: Move go-github-com-alecthomas-units and
go-github-com-alecthomas-template from here ...
[propagated-inputs]: ... to here.
Change-Id: I841ea8cf29ef49008d7a725c9db96b963f263f7f
---
gnu/packages/golang-xyz.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 0288e3c575..580abcba2d 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -161,9 +161,10 @@ syntax highlighted HTML, ANSI-coloured text, etc.")
(list
#:import-path "github.com/alecthomas/kingpin"))
(native-inputs
+ (list go-github-com-stretchr-testify))
+ (propagated-inputs
(list go-github-com-alecthomas-template
- go-github-com-alecthomas-units
- go-github-com-stretchr-testify))
+ go-github-com-alecthomas-units))
(home-page "https://github.com/alecthomas/kingpin")
(synopsis "Go library provides utilities for building command line
interfaces")
(description
- 02/17: gnu: go-github-com-alecthomas-kingpin: Move to golang-xyz., (continued)
- 02/17: gnu: go-github-com-alecthomas-kingpin: Move to golang-xyz., guix-commits, 2024/03/27
- 03/17: gnu: go-github-com-alecthomas-template: Move to golang-xyz., guix-commits, 2024/03/27
- 01/17: gnu: go-github-com-kballard-go-shellquote: Move to golang-xyz., guix-commits, 2024/03/27
- 04/17: gnu: go-github-com-alecthomas-units: Move to golang-xyz., guix-commits, 2024/03/27
- 08/17: gnu: Add go-github-com-alecthomas-kingpin-v2., guix-commits, 2024/03/27
- 09/17: gnu: Add go-gopkg-in-alecthomas-kingpin-v2., guix-commits, 2024/03/27
- 17/17: gnu: go-github-com-nbrownus-go-metrics-prometheus: Adjust inputs., guix-commits, 2024/03/27
- 05/17: gnu: clipman: Fix source and home-page URL., guix-commits, 2024/03/27
- 13/17: gnu: go-github-com-anmitsu-go-shlex: Fix indentation., guix-commits, 2024/03/27
- 12/17: gnu: clipman: Refresh package style., guix-commits, 2024/03/27
- 10/17: gnu: go-github-com-alecthomas-kingpin: Adjust inputs.,
guix-commits <=
- 14/17: gnu: go-github-com-cyberdelia-go-metrics-graphite: Fix indentation., guix-commits, 2024/03/27
- 15/17: gnu: go-github-com-miekg-dns: Fix indentation., guix-commits, 2024/03/27
- 16/17: gnu: go-github-com-nbrownus-go-metrics-prometheus: Fix indentation., guix-commits, 2024/03/27
- 07/17: gnu: Add go-github-com-xhit-go-str2duration-v2., guix-commits, 2024/03/27
- 06/17: gnu: clipman: Update to 1.6.2., guix-commits, 2024/03/27
- 11/17: gnu: clipman: Simplify package., guix-commits, 2024/03/27