gnu: ceph: Streamline use of PYTHONPATH.
* gnu/packages/storage.scm (ceph) [phases]{set-install-environment}: Just add what's needed to PYTHONPATH.master
parent
cf264b404c
commit
bc17fadbb6
|
@ -168,10 +168,7 @@
|
||||||
"/site-packages")))
|
"/site-packages")))
|
||||||
;; The Python install scripts refuses to function if
|
;; The Python install scripts refuses to function if
|
||||||
;; the install directory is not on PYTHONPATH.
|
;; the install directory is not on PYTHONPATH.
|
||||||
(setenv "PYTHONPATH"
|
(setenv "PYTHONPATH" py3sitedir))))
|
||||||
(string-append py3sitedir ":"
|
|
||||||
(getenv "GUIX_PYTHONPATH")))
|
|
||||||
#t)))
|
|
||||||
(add-after 'install 'wrap-python-scripts
|
(add-after 'install 'wrap-python-scripts
|
||||||
(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"))
|
||||||
|
|
Reference in New Issue