mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add exercism-cli.
Fixes guix/guix#858. * gnu/packages/education.scm (exercism-cli): New variable. Change-Id: I49008ebec63129af52c279ff664ef82788e28d3a
This commit is contained in:
parent
d88f85f5cf
commit
9b044b7173
1 changed files with 4 additions and 0 deletions
|
@ -1172,6 +1172,10 @@ machine, and more.")
|
|||
learning for programming languages.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public exercism-cli
|
||||
(package/inherit exercism
|
||||
(name "exercism-cli")))
|
||||
|
||||
(define-public mazo
|
||||
(package
|
||||
(name "mazo")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue