guix-commits
[Top][All Lists]
Advanced

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

04/06: mapped-devices: 'source' can be a list of strings.


From: Ludovic Courtès
Subject: 04/06: mapped-devices: 'source' can be a list of strings.
Date: Tue, 24 Jan 2017 22:11:35 +0000 (UTC)

civodul pushed a commit to branch master
in repository guix.

commit d6d1cea624ad6869e4099672092516d7383204dc
Author: Ludovic Courtès <address@hidden>
Date:   Tue Jan 24 22:43:14 2017 +0100

    mapped-devices: 'source' can be a list of strings.
    
    Reported by myglc2 <address@hidden>.
    
    * gnu/system/mapped-devices.scm (<mapped-device>)[source]: Update
    comment to note that this can be a list of strings.
---
 gnu/system/mapped-devices.scm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/system/mapped-devices.scm b/gnu/system/mapped-devices.scm
index 8ab861b..2959802 100644
--- a/gnu/system/mapped-devices.scm
+++ b/gnu/system/mapped-devices.scm
@@ -54,7 +54,7 @@
 (define-record-type* <mapped-device> mapped-device
   make-mapped-device
   mapped-device?
-  (source    mapped-device-source)                ;string
+  (source    mapped-device-source)                ;string | list of strings
   (target    mapped-device-target)                ;string
   (type      mapped-device-type))                 ;<mapped-device-kind>
 



reply via email to

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