mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-xlwt: Use GUIX_PYTHONPATH instead of PYTHONPATH.
* gnu/packages/python-xyz.scm (python-xlwt)[arguments]: Update 'check phase to set GUIX_PYTHONPATH instead of PYTHONPATH.
This commit is contained in:
parent
156843609c
commit
235adaeec6
1 changed files with 2 additions and 2 deletions
|
@ -10814,9 +10814,9 @@ Unicode-aware. It is not intended as an end-user tool.")
|
|||
(replace 'check
|
||||
(lambda* (#:key tests? #:allow-other-keys)
|
||||
(when tests?
|
||||
(setenv "PYTHONPATH"
|
||||
(setenv "GUIX_PYTHONPATH"
|
||||
(string-append (getcwd) "/build/lib:"
|
||||
(getenv "PYTHONPATH")))
|
||||
(getenv "GUIX_PYTHONPATH")))
|
||||
(invoke "nosetests" "-v")))))))
|
||||
(native-inputs
|
||||
`(("nose" ,python-nose)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue