guix-commits
[Top][All Lists]
Advanced

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

03/03: installer: Fix broken timezone menu.


From: John Darrington
Subject: 03/03: installer: Fix broken timezone menu.
Date: Sat, 17 Dec 2016 09:34:34 +0000 (UTC)

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

commit 36d2bd9402c607d248545c7e5d2c66c312a9786f
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]