gnu: exercism: Remove input labels.

* gnu/packages/education.scm (exercism)[inputs]: Remove input labels.
This commit is contained in:
Efraim Flashner 2022-10-01 23:48:02 +03:00
parent 04516a7adf
commit 821cd5651a
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1088,12 +1088,12 @@ (define-public exercism
(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