[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/155: installer: fix warning in usage of "format".
From: |
John Darrington |
Subject: |
05/155: installer: fix warning in usage of "format". |
Date: |
Wed, 21 Dec 2016 20:48:29 +0000 (UTC) |
jmd pushed a commit to branch wip-installer
in repository guix.
commit 664554c1d5fbc7ab2c7b9bc94776248a075aaf26
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 56a7072), John Darrington, 2016/12/21
- 02/155: installer: Fix broken keymap change option., John Darrington, 2016/12/21
- 03/155: installer: Remove obsolete procedures/variables, John Darrington, 2016/12/21
- 04/155: installer: Fix broken timezone menu., John Darrington, 2016/12/21
- 05/155: installer: fix warning in usage of "format".,
John Darrington <=
- 08/155: installer: Add IETF contraints for hostname in entry form., John Darrington, 2016/12/21
- 07/155: installer: Use ice-9 match., John Darrington, 2016/12/21
- 06/155: installer: use ice-9 format everywhere., John Darrington, 2016/12/21
- 19/155: refresh: Make dependency on (guix import crates) weak., John Darrington, 2016/12/21
- 16/155: gnu: grub: Add dependency on efibootmgr., John Darrington, 2016/12/21
- 20/155: download: Protect against dangling symlinks in $SSL_CERT_DIR., John Darrington, 2016/12/21
- 11/155: installer: Change "interfaces" from a variable to a procedure., John Darrington, 2016/12/21
- 21/155: profiles: Build profiles in a UTF-8 locale., John Darrington, 2016/12/21
- 09/155: installer: Use a record instead of a list to contain tasks., John Darrington, 2016/12/21
- 13/155: installer: Use call-with-temporary-output-file., John Darrington, 2016/12/21