[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/21: installer: fix warning in usage of "format".
From: |
John Darrington |
Subject: |
05/21: installer: fix warning in usage of "format". |
Date: |
Thu, 22 Dec 2016 19:58:39 +0000 (UTC) |
jmd pushed a commit to branch wip-installer
in repository guix.
commit d9918c90fe97eb516716e37c71556b4cc96d0503
Author: John Darrington <address@hidden>
Date: Sat Dec 17 14:39:04 2016 +0100
installer: fix warning in usage of "format".
* gnu/system/installer/filesystems.scm (filesyustem-page-init): Add missing
port parameter.
---
gnu/system/installer/filesystems.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/system/installer/filesystems.scm
b/gnu/system/installer/filesystems.scm
index a102d78..0ca7dec 100644
--- a/gnu/system/installer/filesystems.scm
+++ b/gnu/system/installer/filesystems.scm
@@ -177,7 +177,7 @@
(let* ((part (car d))
(name (partition-name part)))
- (format "~30a ~7a ~16a ~a"
+ (format #f "~30a ~7a ~16a ~a"
name
(number->size (partition-size part))
(partition-fs part)
- branch wip-installer created (now 704f546), John Darrington, 2016/12/22
- 05/21: installer: fix warning in usage of "format".,
John Darrington <=
- 02/21: installer: Fix broken keymap change option., John Darrington, 2016/12/22
- 06/21: installer: use ice-9 format everywhere., John Darrington, 2016/12/22
- 03/21: installer: Remove obsolete procedures/variables, John Darrington, 2016/12/22
- 07/21: installer: Use ice-9 match., John Darrington, 2016/12/22
- 20/21: installer: Remove unused procedure., John Darrington, 2016/12/22
- 14/21: installer: Add alternate method of finding TZDIR., John Darrington, 2016/12/22
- 21/21: gnu: guix: Add dependency: guile-ncurses., John Darrington, 2016/12/22
- 17/21: installer: Add new procedure to get the list of volumes., John Darrington, 2016/12/22
- 18/21: installer: Add completion predicate for disk task., John Darrington, 2016/12/22
- 04/21: installer: Fix broken timezone menu., John Darrington, 2016/12/22