guix-commits
[Top][All Lists]
Advanced

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

branch wip-image updated: scripts: system: Add a missing module.


From: guix-commits
Subject: branch wip-image updated: scripts: system: Add a missing module.
Date: Thu, 23 Dec 2021 04:39:16 -0500

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch wip-image
in repository guix.

The following commit(s) were added to refs/heads/wip-image by this push:
     new 4258879  scripts: system: Add a missing module.
4258879 is described below

commit 425887950fce213e24afd7447beae4bfff64a385
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Thu Dec 23 10:37:47 2021 +0100

    scripts: system: Add a missing module.
    
    * guix/scripts/system.scm: Add a missing module.
---
 guix/scripts/system.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/guix/scripts/system.scm b/guix/scripts/system.scm
index f7e17d2..62258c1 100644
--- a/guix/scripts/system.scm
+++ b/guix/scripts/system.scm
@@ -57,6 +57,7 @@
   #:use-module (guix build utils)
   #:use-module (guix progress)
   #:use-module ((guix build syscalls) #:select (terminal-columns))
+  #:use-module (gnu build image)
   #:use-module (gnu build install)
   #:autoload   (gnu build file-systems)
                  (find-partition-by-label find-partition-by-uuid)



reply via email to

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