mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02: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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user