guix-commits
[Top][All Lists]
Advanced

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

01/02: mapped-devices: lvm: Add missing module import.


From: guix-commits
Subject: 01/02: mapped-devices: lvm: Add missing module import.
Date: Mon, 27 May 2024 13:32:30 -0400 (EDT)

lbraun pushed a commit to branch master
in repository guix.

commit ed5bf620ea6366d8468e5b7dad9874c6e0e8c661
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Sun May 26 16:32:16 2024 +0200

    mapped-devices: lvm: Add missing module import.
    
    Tested with (locally fixed) lvm-separate-home-os system test.
    
    * gnu/system/mapped-devices.scm (lvm-device-mapping): Add SRFI-1 to
    modules.
    
    Change-Id: I8c155b47c29004bdc59057391dfba94ce33bdbc2
---
 gnu/system/mapped-devices.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/system/mapped-devices.scm b/gnu/system/mapped-devices.scm
index e56ead9e5e..931c371425 100644
--- a/gnu/system/mapped-devices.scm
+++ b/gnu/system/mapped-devices.scm
@@ -353,6 +353,7 @@ TARGET (e.g., \"/dev/md0\"), using 'mdadm'."
 (define lvm-device-mapping
   (mapped-device-kind
    (open open-lvm-device)
-   (close close-lvm-device)))
+   (close close-lvm-device)
+   (modules '((srfi srfi-1)))))
 
 ;;; mapped-devices.scm ends here



reply via email to

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