mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 20:27:36 -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
|
`(modify-phases ,phases
|
||||||
(add-before 'check 'setenv
|
(add-before 'check 'setenv
|
||||||
(lambda _
|
(lambda _
|
||||||
(setenv "PYTHONPATH"
|
(setenv "GUIX_PYTHONPATH"
|
||||||
(string-append (getcwd) ":" (getenv "PYTHONPATH")))
|
(string-append (getcwd) ":" (getenv "GUIX_PYTHONPATH"))))))))))))
|
||||||
#t)))))))))
|
|
||||||
|
|
||||||
(define-public python-pyfavicon
|
(define-public python-pyfavicon
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue