dannym pushed a commit to branch wip-installer-2
in repository guix.

commit ee519f8244205f45a646703adf60c5ea891634b8
Author: John Darrington <[email protected]>
Date:   Sat Dec 17 10:26:07 2016 +0100

    installer: Fix broken timezone menu.
    
    * gnu/system/installer/new.scm (main-options): Used TZDIR instead of custom 
variable.
---
 gnu/system/installer/new.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/system/installer/new.scm b/gnu/system/installer/new.scm
index 4bac4cb..b713977 100644
--- a/gnu/system/installer/new.scm
+++ b/gnu/system/installer/new.scm
@@ -72,8 +72,7 @@
                 ,(lambda (page)
                    (make-tz-browser
                     page
-                    (string-append (getenv "tzdata_package")
-                                   "/share/zoneinfo")
+                     (getenv "TZDIR")
                     page-stack)))
     
     (hostname    ,(N_ "Set the host name")

Reply via email to