me
/
guix
Archived
1
0
Fork 0

gnu: exercism: Remove input labels.

* gnu/packages/education.scm (exercism)[inputs]: Remove input labels.
master
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
1 changed files with 6 additions and 6 deletions

View File

@ -1088,12 +1088,12 @@ machine, and more.")
(lambda () (lambda ()
(invoke (string-append out "/bin/exercism") "completion" "zsh"))))))))) (invoke (string-append out "/bin/exercism") "completion" "zsh")))))))))
(inputs (inputs
`(("github.com/blang/semver" ,go-github-com-blang-semver) (list go-github-com-blang-semver
("github.com/spf13/cobra" ,go-github-com-spf13-cobra) go-github-com-spf13-cobra
("github.com/spf13/pflag" ,go-github-com-spf13-pflag) go-github-com-spf13-pflag
("github.com/spf13/viper" ,go-github-com-spf13-viper) go-github-com-spf13-viper
("golang.org/x/net" ,go-golang-org-x-net) go-golang-org-x-net
("golang.org/x/text" ,go-golang-org-x-text))) go-golang-org-x-text))
(home-page "https://exercism.org/") (home-page "https://exercism.org/")
(synopsis "Mentored learning for programming languages") (synopsis "Mentored learning for programming languages")
(description "Commandline client for exercism.io, a free service providing (description "Commandline client for exercism.io, a free service providing