me
/
guix
Archived
1
0
Fork 0

gnu: python-django-localflavor: Use GUIX_PYTHONPATH.

* gnu/packages/django.scm (python-django-localflavor)[arguments]: Use
GUIX_PYTHONPATH.
master
Ricardo Wurmus 2021-11-21 23:35:44 +01:00
parent 66d6daeafe
commit aa100d3fe8
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ commands, additional database fields and admin extensions.")
(add-installed-pythonpath inputs outputs)
(setenv "PYTHONPATH"
(string-append ".:"
(getenv "PYTHONPATH")))
(getenv "GUIX_PYTHONPATH")))
(invoke "invoke" "test")))))))
(native-inputs
`(("python-coverage" ,python-coverage)