[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/80: installer: Fix broken timezone menu.
From: |
John Darrington |
Subject: |
04/80: installer: Fix broken timezone menu. |
Date: |
Tue, 3 Jan 2017 15:49:41 +0000 (UTC) |
jmd pushed a commit to branch wip-installer
in repository guix.
commit 97a2dfe1ffd5b416f3f356be8e320050d5a92991
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")
- branch wip-installer created (now 9c4d060), John Darrington, 2017/01/03
- 04/80: installer: Fix broken timezone menu.,
John Darrington <=
- 05/80: installer: fix warning in usage of "format"., John Darrington, 2017/01/03
- 03/80: installer: Remove obsolete procedures/variables, John Darrington, 2017/01/03
- 02/80: installer: Fix broken keymap change option., John Darrington, 2017/01/03
- 07/80: installer: Use ice-9 match., John Darrington, 2017/01/03
- 06/80: installer: use ice-9 format everywhere., John Darrington, 2017/01/03
- 08/80: installer: Add IETF contraints for hostname in entry form., John Darrington, 2017/01/03
- 12/80: installer: Add gurses modules., John Darrington, 2017/01/03
- 21/80: gnu: guix: Add dependency: guile-ncurses., John Darrington, 2017/01/03
- 17/80: installer: Add new procedure to get the list of volumes., John Darrington, 2017/01/03
- 19/80: installer: Handle the 'back' action in the filesystems task., John Darrington, 2017/01/03