summaryrefslogtreecommitdiff
path: root/gnu/packages/textutils.scm
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2025-06-02 09:08:43 +0900
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-08-11 21:42:39 +0100
commit1482e0d7894e18ed51e87d6f249ebd66e2d05186 (patch)
tree80ea7645ae06ce7c50da5a72bb54eee822de239d /gnu/packages/textutils.scm
parent055e855828970b43875b15bf71d9a6528c2d751c (diff)
gnu: Remove #:go arguments using go-1.22, go-1.23 or go-1.24.
We are now building with go-1.24 by default. Automated via: git grep -rl '#:go go-1.2' | xargs sed -i '/.*#:go go-1.2[234].*/d' Change-Id: Ib821d96753619c7748a67ff58b95d8fa358839b7 Modified-by: Sharlatan Hellseher <sharlatanus@gmail.com> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/textutils.scm')
-rw-r--r--gnu/packages/textutils.scm1
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm
index 2ac93e75fb4..b9d3dd6ac8e 100644
--- a/gnu/packages/textutils.scm
+++ b/gnu/packages/textutils.scm
@@ -1628,7 +1628,6 @@ of a Unix terminal to HTML code.")
(build-system go-build-system)
(arguments
(list
- #:go go-1.23
#:install-source? #f
#:embed-files #~(list ".*\\.gob")
#:import-path "github.com/errata-ai/vale/cmd/vale"