guix-commits
[Top][All Lists]
Advanced

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

branch master updated: maint: Add missing modules to the kernel manifest


From: guix-commits
Subject: branch master updated: maint: Add missing modules to the kernel manifest.
Date: Fri, 06 Jan 2023 00:17:20 -0500

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 <leo@famulari.name>
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

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