[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/12: gnu: python-jupyter-kernel-test: Use PYTHON-VERSION.
From: |
guix-commits |
Subject: |
12/12: gnu: python-jupyter-kernel-test: Use PYTHON-VERSION. |
Date: |
Sat, 12 Oct 2019 12:43:31 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 9f294736b247c55c65bb1a7053e1c98d9bfa161c
Author: Marius Bakke <address@hidden>
Date: Sat Oct 12 18:37:29 2019 +0200
gnu: python-jupyter-kernel-test: Use PYTHON-VERSION.
* gnu/packages/jupyter.scm (python-jupyter-kernel-test)[arguments]: Use
PYTHON-VERSION to determite Python version.
---
gnu/packages/jupyter.scm | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/gnu/packages/jupyter.scm b/gnu/packages/jupyter.scm
index 7ec987b..fbb4367 100644
--- a/gnu/packages/jupyter.scm
+++ b/gnu/packages/jupyter.scm
@@ -118,9 +118,7 @@ launching and using Jupyter kernels.")
(replace 'install
(lambda* (#:key inputs outputs #:allow-other-keys)
(let* ((out (assoc-ref outputs "out"))
- (version ((@@ (guix build python-build-system)
- get-python-version)
- (assoc-ref inputs "python")))
+ (version (python-version (assoc-ref inputs
"python")))
(pydir (string-append out "/lib/python"
version "/site-packages/"
"jupyter_kernel_test")))
- 10/12: gnu: Add doctest., (continued)
- 10/12: gnu: Add doctest., guix-commits, 2019/10/12
- 07/12: gnu: python-django: Update to 1.11.25 [security fixes]., guix-commits, 2019/10/12
- 08/12: gnu: kodi: Update to 18.4., guix-commits, 2019/10/12
- 09/12: gnu: twolame: Update to 0.4.0., guix-commits, 2019/10/12
- 05/12: gnu: FANN: Update description., guix-commits, 2019/10/12
- 03/12: gnu: BOINC: Add a source file name., guix-commits, 2019/10/12
- 04/12: gnu: arx-libertatis: Update description., guix-commits, 2019/10/12
- 11/12: gnu: json-modern-cxx: Update to 3.7.0., guix-commits, 2019/10/12
- 02/12: gnu: BOINC: Update license., guix-commits, 2019/10/12
- 01/12: gnu: BOINC: Remove redundant comment., guix-commits, 2019/10/12
- 12/12: gnu: python-jupyter-kernel-test: Use PYTHON-VERSION.,
guix-commits <=