gnu: python-jupyter-kernel-test: Use PYTHON-VERSION.
* gnu/packages/jupyter.scm (python-jupyter-kernel-test)[arguments]: Use PYTHON-VERSION to determite Python version.
This commit is contained in:
parent
ff97c86295
commit
9f294736b2
1 changed files with 1 additions and 3 deletions
|
@ -118,9 +118,7 @@ (define-public python-jupyter-kernel-test
|
||||||
(replace 'install
|
(replace 'install
|
||||||
(lambda* (#:key inputs outputs #:allow-other-keys)
|
(lambda* (#:key inputs outputs #:allow-other-keys)
|
||||||
(let* ((out (assoc-ref outputs "out"))
|
(let* ((out (assoc-ref outputs "out"))
|
||||||
(version ((@@ (guix build python-build-system)
|
(version (python-version (assoc-ref inputs "python")))
|
||||||
get-python-version)
|
|
||||||
(assoc-ref inputs "python")))
|
|
||||||
(pydir (string-append out "/lib/python"
|
(pydir (string-append out "/lib/python"
|
||||||
version "/site-packages/"
|
version "/site-packages/"
|
||||||
"jupyter_kernel_test")))
|
"jupyter_kernel_test")))
|
||||||
|
|
Loading…
Reference in a new issue