guix-commits
[Top][All Lists]
Advanced

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

02/06: gnu: python2-jupyter-console: Build with python2.


From: guix-commits
Subject: 02/06: gnu: python2-jupyter-console: Build with python2.
Date: Thu, 12 Mar 2020 09:38:15 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit b0aa58d8f1d63db2d4444db378e6dd4ee4b9313b
Author: Efraim Flashner <address@hidden>
AuthorDate: Thu Mar 12 11:00:41 2020 +0200

    gnu: python2-jupyter-console: Build with python2.
    
    * gnu/packages/python-xyz.scm (python2-jupyter-console)[arguments]: Add
    python keyword, set to python-2.
---
 gnu/packages/python-xyz.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 2466368..61b4a8a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -8187,8 +8187,9 @@ Jupyter kernels such as IJulia and IRKernel.")
         (base32
          "1kam1qzgwr7srhm5r6aj90di5sws4bq0jmiw15452ddamb9yspal"))))
     (build-system python-build-system)
-    ;; Tests only run in an TTY.
-    (arguments `(#:tests? #f))
+    (arguments
+     `(#:python ,python-2
+       #:tests? #f))    ; Tests only run in a TTY.
     (propagated-inputs
      `(("python2-ipykernel" ,python2-ipykernel)
        ("python2-jupyter-client" ,python2-jupyter-client)



reply via email to

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