gnu: python2-send2trash: Do not set PYTHONPATH.
* gnu/packages/python-xyz.scm (python2-send2trash): Do not override the arguments field.
This commit is contained in:
parent
cdbe4a7c70
commit
905b1b1081
1 changed files with 1 additions and 11 deletions
|
@ -17565,17 +17565,7 @@ user's @file{~/Trash} directory.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public python2-send2trash
|
(define-public python2-send2trash
|
||||||
(package
|
(package-with-python2 (strip-python2-variant python-send2trash)))
|
||||||
(inherit (package-with-python2 (strip-python2-variant python-send2trash)))
|
|
||||||
(arguments
|
|
||||||
(substitute-keyword-arguments (package-arguments python-send2trash)
|
|
||||||
((#:phases phases)
|
|
||||||
`(modify-phases ,phases
|
|
||||||
(add-before 'check 'setenv
|
|
||||||
(lambda _
|
|
||||||
(setenv "PYTHONPATH"
|
|
||||||
(string-append (getcwd) ":" (getenv "PYTHONPATH")))
|
|
||||||
#t))))))))
|
|
||||||
|
|
||||||
(define-public python-pyfavicon
|
(define-public python-pyfavicon
|
||||||
(package
|
(package
|
||||||
|
|
Reference in a new issue