guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/06: gnu: python-jupyter-console: Specify python2 variant.


From: guix-commits
Subject: 01/06: gnu: python-jupyter-console: Specify python2 variant.
Date: Thu, 12 Mar 2020 09:38:14 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit e8588a7847a4669a4e3a4ffca8865d8f1b9a227e
Author: Efraim Flashner <address@hidden>
AuthorDate: Thu Mar 12 10:59:39 2020 +0200

    gnu: python-jupyter-console: Specify python2 variant.
    
    * gnu/packages/python-xyz.scm (python-jupyter-console)[properties]: New
    field. Specify python2-jupyter-console as python2 variant.
---
 gnu/packages/python-xyz.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 8c3c0d2..2466368 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -8172,6 +8172,7 @@ in the data.")
     (description "This package provides a terminal-based console frontend for
 Jupyter kernels.  It also allows for console-based interaction with non-Python
 Jupyter kernels such as IJulia and IRKernel.")
+    (properties `((python2-variant . ,(delay python2-jupyter-console))))
     (license license:bsd-3)))
 
 (define-public python2-jupyter-console



reply via email to

[Prev in Thread] Current Thread [Next in Thread]