guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/197: installer: Fix broken timezone menu.


From: Danny Milosavljevic
Subject: 04/197: installer: Fix broken timezone menu.
Date: Mon, 3 Jul 2017 20:36:50 -0400 (EDT)

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

commit ee519f8244205f45a646703adf60c5ea891634b8
Author: John Darrington <address@hidden>
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

[Prev in Thread] Current Thread [Next in Thread]