mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 12:17:10 -05: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 @@ (define-public python2-send2trash
|
|||
`(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…
Reference in a new issue