mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-06 23:16:13 -05:00
maint: Add missing modules to the kernel manifest.
* etc/kernels-manifest.scm: Add missing modules.
This commit is contained in:
parent
4c8149a5f6
commit
8be0a97a81
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue