diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-10-28 23:17:09 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-11-15 16:26:16 -0500 |
commit | 1df89e43454987d64b479aed207195df83e7676a (patch) | |
tree | 92bbd0b8f5f6ec08c2343a9faa8134bb9c53d776 | |
parent | 3d8a331518a8d99d347a6dde3bd17c93b2b2c182 (diff) | |
download | guix-1df89e43454987d64b479aed207195df83e7676a.tar.gz |
gnu: Remove guile2.2-mcron.
* gnu/packages/guile-xyz.scm (guile2.2-mcron): Delete variable.
-rw-r--r-- | gnu/packages/guile-xyz.scm | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index f4b947d116..2aa1c176e0 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm @@ -2744,12 +2744,6 @@ Guile, so its configuration can be written in Scheme; the original cron format is also supported.") (license license:gpl3+))) -(define-public guile2.2-mcron - (package - (inherit mcron) - (name "guile2.2-mcron") - (inputs (list guile-2.2)))) - (define-public guile-picture-language (let ((commit "a1322bf11945465241ca5b742a70893f24156d12") (revision "5")) |