guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: python-jupyter-console: Make it installable.


From: Ludovic Courtès
Subject: 01/03: gnu: python-jupyter-console: Make it installable.
Date: Mon, 1 Jan 2018 12:30:21 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit a5e3d59bb3281fffd26dfd4bd8a23567e5940e80
Author: Ludovic Courtès <address@hidden>
Date:   Mon Jan 1 18:03:17 2018 +0100

    gnu: python-jupyter-console: Make it installable.
    
    Fixes <https://bugs.gnu.org/29860>.
    Reported by Johannes Laute <address@hidden>.
    
    * gnu/packages/python.scm (python-jupyter-console-minimal)[name]: New field.
---
 gnu/packages/python.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index ce3aa29..07302c7 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -1,6 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2013 Nikita Karetnikov <address@hidden>
-;;; Copyright © 2013, 2014, 2015, 2016, 2017 Ludovic Courtès <address@hidden>
+;;; Copyright © 2013, 2014, 2015, 2016, 2017, 2018 Ludovic Courtès 
<address@hidden>
 ;;; Copyright © 2013, 2014, 2015, 2016 Andreas Enge <address@hidden>
 ;;; Copyright © 2014, 2015 Mark H Weaver <address@hidden>
 ;;; Copyright © 2014, 2017 Eric Bavier <address@hidden>
@@ -6511,6 +6511,7 @@ Jupyter kernels such as IJulia and IRKernel.")
 (define python-jupyter-console-minimal
   (package
     (inherit python-jupyter-console)
+    (name "python-jupyter-console-minimal")
     (arguments
      (substitute-keyword-arguments
          (package-arguments python-jupyter-console)



reply via email to

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