diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-06-26 23:04:40 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-06-26 23:06:22 +0100 |
commit | 9b044b7173517bf8589273ca3ea859d74ef1872e (patch) | |
tree | 806332aaf358d2888c225267bafbb83176772766 | |
parent | d88f85f5cf1ddd6f65c36565d07920fc9d2ba42e (diff) |
gnu: Add exercism-cli.
Fixes guix/guix#858.
* gnu/packages/education.scm (exercism-cli): New variable.
Change-Id: I49008ebec63129af52c279ff664ef82788e28d3a
-rw-r--r-- | gnu/packages/education.scm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/packages/education.scm b/gnu/packages/education.scm index 4cb91b91d3..592ade4c63 100644 --- a/gnu/packages/education.scm +++ b/gnu/packages/education.scm @@ -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") |