[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/05: gnu: guile-colorized: Add "guile3.0-colorized" variant.
From: |
guix-commits |
Subject: |
02/05: gnu: guile-colorized: Add "guile3.0-colorized" variant. |
Date: |
Mon, 13 Jan 2020 17:13:29 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit fc870a0da241dd7bb841fe1baeb94a26347d127e
Author: Ludovic Courtès <address@hidden>
AuthorDate: Mon Jan 13 23:08:31 2020 +0100
gnu: guile-colorized: Add "guile3.0-colorized" variant.
* gnu/packages/guile-xyz.scm (guile3.0-colorized): New variable.
---
gnu/packages/guile-xyz.scm | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 80ff00b..0c26e3e 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -643,6 +643,12 @@ using Guile's foreign function interface.")
"Guile-colorized provides you with a colorized REPL for GNU Guile.")
(license license:gpl3+)))
+(define-public guile3.0-colorized
+ (package
+ (inherit guile-colorized)
+ (name "guile3.0-colorized")
+ (native-inputs `(("guile" ,guile-next)))))
+
(define-public guile-pfds
(package
(name "guile-pfds")