[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/03: gnu: exercism: Remove input labels.
From: |
guix-commits |
Subject: |
03/03: gnu: exercism: Remove input labels. |
Date: |
Sat, 1 Oct 2022 17:06:32 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 821cd5651a29c668a070625e8ce45fe164fe9527
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sat Oct 1 23:48:02 2022 +0300
gnu: exercism: Remove input labels.
* gnu/packages/education.scm (exercism)[inputs]: Remove input labels.
---
gnu/packages/education.scm | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/education.scm b/gnu/packages/education.scm
index 9e082b00c0..0d4719f3ce 100644
--- a/gnu/packages/education.scm
+++ b/gnu/packages/education.scm
@@ -1088,12 +1088,12 @@ machine, and more.")
(lambda ()
(invoke (string-append out "/bin/exercism") "completion"
"zsh")))))))))
(inputs
- `(("github.com/blang/semver" ,go-github-com-blang-semver)
- ("github.com/spf13/cobra" ,go-github-com-spf13-cobra)
- ("github.com/spf13/pflag" ,go-github-com-spf13-pflag)
- ("github.com/spf13/viper" ,go-github-com-spf13-viper)
- ("golang.org/x/net" ,go-golang-org-x-net)
- ("golang.org/x/text" ,go-golang-org-x-text)))
+ (list go-github-com-blang-semver
+ go-github-com-spf13-cobra
+ go-github-com-spf13-pflag
+ go-github-com-spf13-viper
+ go-golang-org-x-net
+ go-golang-org-x-text))
(home-page "https://exercism.org/")
(synopsis "Mentored learning for programming languages")
(description "Commandline client for exercism.io, a free service providing