mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
1 changed files with 2 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue