gnu: python-jupyter-console: Make it installable.
Fixes <https://bugs.gnu.org/29860>. Reported by Johannes Laute <j.laute3@googlemail.com>. * gnu/packages/python.scm (python-jupyter-console-minimal)[name]: New field.
This commit is contained in:
parent
f0aba38440
commit
a5e3d59bb3
|
@ -1,6 +1,6 @@
|
||||||
;;; GNU Guix --- Functional package management for GNU
|
;;; GNU Guix --- Functional package management for GNU
|
||||||
;;; Copyright © 2013 Nikita Karetnikov <nikita@karetnikov.org>
|
;;; Copyright © 2013 Nikita Karetnikov <nikita@karetnikov.org>
|
||||||
;;; Copyright © 2013, 2014, 2015, 2016, 2017 Ludovic Courtès <ludo@gnu.org>
|
;;; Copyright © 2013, 2014, 2015, 2016, 2017, 2018 Ludovic Courtès <ludo@gnu.org>
|
||||||
;;; Copyright © 2013, 2014, 2015, 2016 Andreas Enge <andreas@enge.fr>
|
;;; Copyright © 2013, 2014, 2015, 2016 Andreas Enge <andreas@enge.fr>
|
||||||
;;; Copyright © 2014, 2015 Mark H Weaver <mhw@netris.org>
|
;;; Copyright © 2014, 2015 Mark H Weaver <mhw@netris.org>
|
||||||
;;; Copyright © 2014, 2017 Eric Bavier <bavier@member.fsf.org>
|
;;; Copyright © 2014, 2017 Eric Bavier <bavier@member.fsf.org>
|
||||||
|
@ -6511,6 +6511,7 @@ Jupyter kernels such as IJulia and IRKernel.")
|
||||||
(define python-jupyter-console-minimal
|
(define python-jupyter-console-minimal
|
||||||
(package
|
(package
|
||||||
(inherit python-jupyter-console)
|
(inherit python-jupyter-console)
|
||||||
|
(name "python-jupyter-console-minimal")
|
||||||
(arguments
|
(arguments
|
||||||
(substitute-keyword-arguments
|
(substitute-keyword-arguments
|
||||||
(package-arguments python-jupyter-console)
|
(package-arguments python-jupyter-console)
|
||||||
|
|
Loading…
Reference in New Issue