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

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 8be0a97a81 maint: Add missing modules to the kernel manifest.
8be0a97a81 is described below

commit 8be0a97a8139fdd4d196092008b98668f1a8b2bb
Author: Leo Famulari <[email protected]>
AuthorDate: Fri Jan 6 00:15:15 2023 -0500

    maint: Add missing modules to the kernel manifest.
    
    * etc/kernels-manifest.scm: Add missing modules.
---
 etc/kernels-manifest.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/etc/kernels-manifest.scm b/etc/kernels-manifest.scm
index 6da7e374c5..bacb222d64 100644
--- a/etc/kernels-manifest.scm
+++ b/etc/kernels-manifest.scm
@@ -20,7 +20,9 @@
 ;;; Simplistically, it selects packages whose names begin with "linux-libre".
 ;;; It is used to assist continuous integration of the kernel packages.
 
-(use-modules (guix packages))
+(use-modules (guix packages)
+             (guix profiles)
+             (gnu packages))
 
 (manifest
   (map package->manifest-entry

Reply via email to