me
/
guix
Archived
1
0
Fork 0

gnu: ceph: Streamline use of PYTHONPATH.

* gnu/packages/storage.scm (ceph)
[phases]{set-install-environment}: Just add what's needed to PYTHONPATH.
master
Maxim Cournoyer 2021-01-27 23:46:06 -05:00
parent cf264b404c
commit bc17fadbb6
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 1 additions and 4 deletions

View File

@ -168,10 +168,7 @@
"/site-packages")))
;; The Python install scripts refuses to function if
;; the install directory is not on PYTHONPATH.
(setenv "PYTHONPATH"
(string-append py3sitedir ":"
(getenv "GUIX_PYTHONPATH")))
#t)))
(setenv "PYTHONPATH" py3sitedir))))
(add-after 'install 'wrap-python-scripts
(lambda* (#:key inputs outputs #:allow-other-keys)
(let* ((out (assoc-ref outputs "out"))