[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
15/17: gnu: vale: Remove package labeles.
From: |
guix-commits |
Subject: |
15/17: gnu: vale: Remove package labeles. |
Date: |
Fri, 9 Feb 2024 17:19:42 -0500 (EST) |
sharlatan pushed a commit to branch master
in repository guix.
commit ccfda0850897faeac9433b7062ddddae37abceae
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Fri Feb 9 21:23:15 2024 +0000
gnu: vale: Remove package labeles.
* gnu/packages/textutils.scm (vale) [native-inputs]: Remove labeles.
Change-Id: Id6ac7bcf26b90291b2ec9de18cde8078f6f8f115
---
gnu/packages/textutils.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm
index 4eeff26658..be5cb15cb8 100644
--- a/gnu/packages/textutils.scm
+++ b/gnu/packages/textutils.scm
@@ -1375,10 +1375,10 @@ of a Unix terminal to HTML code.")
(file-name (git-file-name name version))))
(build-system go-build-system)
(native-inputs
- `(("github.com/sp13/afero" ,go-github-com-spf13-afero)
- ("github.com/urfave/cli" ,go-github-com-urfave-cli)
- ("github.com/olekukonko/tablewriter"
,go-github-com-olekukonko-tablewriter)
- ("github.com/mitchellh/mapstructure"
,go-github-com-mitchellh-mapstructure)))
+ (list go-github-com-mitchellh-mapstructure
+ go-github-com-olekukonko-tablewriter
+ go-github-com-spf13-afero
+ go-github-com-urfave-cli))
(arguments
`(#:import-path "github.com/errata-ai/vale"
#:install-source? #f))
- branch master updated (8ffc923368 -> 6dcc097cd8), guix-commits, 2024/02/09
- 02/17: gnu: bcachefs-tools: Restyle format., guix-commits, 2024/02/09
- 01/17: gnu: bcachefs-tools: Update to 1.4.1., guix-commits, 2024/02/09
- 06/17: gnu: syncthing: Update to 1.27.2., guix-commits, 2024/02/09
- 12/17: gnu: moe: Update to 1.14., guix-commits, 2024/02/09
- 14/17: gnu: Deprecate the go-github-com-errata-ai-vale variable., guix-commits, 2024/02/09
- 15/17: gnu: vale: Remove package labeles.,
guix-commits <=
- 17/17: gnu: patool: Update to 2.1.1., guix-commits, 2024/02/09
- 04/17: gnu: clifm: Update to 1.16, guix-commits, 2024/02/09
- 03/17: gnu: pigz: Update to 2.8., guix-commits, 2024/02/09
- 05/17: gnu: vxl: Update to 3.5.0., guix-commits, 2024/02/09
- 07/17: gnu: fheroes2: Update to 1.0.11., guix-commits, 2024/02/09
- 08/17: gnu: dos2unix: Update to 7.5.2., guix-commits, 2024/02/09
- 09/17: gnu: mupdf: Update to 1.23.9., guix-commits, 2024/02/09
- 11/17: gnu: gama: Update to 2.28., guix-commits, 2024/02/09
- 10/17: gnu: wlr-randr: Update to 0.4.0., guix-commits, 2024/02/09
- 13/17: gnu: packages: textuitils: Sort use-module alphabetically., guix-commits, 2024/02/09