gnu: python-django-4.0: Use $TZDIR.
* gnu/packages/django.scm (python-django-4.0) [native-search-paths]: Use $TZDIR.
This commit is contained in:
parent
f0e05411bd
commit
4cb2e08b8e
@ -34,6 +34,7 @@
|
||||
#:use-module (guix gexp)
|
||||
#:use-module (guix build-system python)
|
||||
#:use-module (guix deprecation)
|
||||
#:use-module (guix search-paths)
|
||||
#:use-module (gnu packages)
|
||||
#:use-module (gnu packages base)
|
||||
#:use-module (gnu packages compression)
|
||||
@ -126,9 +127,7 @@
|
||||
;; Set TZDIR when 'tzdata' is available so that timezone functionality
|
||||
;; works (mostly) out of the box in containerized environments.
|
||||
;; Note: This search path actually belongs to 'glibc'.
|
||||
(list (search-path-specification
|
||||
(variable "TZDIR")
|
||||
(files '("share/zoneinfo")))))
|
||||
(list $TZDIR))
|
||||
(home-page "https://www.djangoproject.com/")
|
||||
(synopsis "High-level Python Web framework")
|
||||
(description
|
||||
|
Loading…
Reference in New Issue
Block a user