mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python2-send2trash: Fix setenv build phase.
* gnu/packages/python-xyz.scm (python2-send2trash)[arguments]: Use GUIX_PYTHONPATH instead of PYTHONPATH.
This commit is contained in:
parent
ab22743ad4
commit
4b8bc321e1
1 changed files with 2 additions and 3 deletions
|
@ -20481,9 +20481,8 @@ user's @file{~/Trash} directory.")
|
|||
`(modify-phases ,phases
|
||||
(add-before 'check 'setenv
|
||||
(lambda _
|
||||
(setenv "PYTHONPATH"
|
||||
(string-append (getcwd) ":" (getenv "PYTHONPATH")))
|
||||
#t)))))))))
|
||||
(setenv "GUIX_PYTHONPATH"
|
||||
(string-append (getcwd) ":" (getenv "GUIX_PYTHONPATH"))))))))))))
|
||||
|
||||
(define-public python-pyfavicon
|
||||
(package
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue