lfam pushed a commit to branch kernel-updates
in repository guix.
commit a23ed2909b9decb95ec32b36e11afddb30d5d4cf
Author: Wilko Meyer <[email protected]>
AuthorDate: Wed Aug 14 22:30:29 2024 +0200
gnu: Add linux-libre-headers-latest.
* gnu/packages/linux.scm (linux-libre-headers-latest): New variable.
Change-Id: I9bead707a9302080a5fe8b48c6367ffa27665d52
Signed-off-by: Leo Famulari <[email protected]>
---
gnu/packages/linux.scm | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 1f7eeeafdb..cf8c103c43 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -812,6 +812,10 @@ corresponding UPSTREAM-SOURCE (an origin), using the given
DEBLOB-SCRIPTS."
"13zqdcm4664vh7g57sxbfrlpsxm7zrma72mxdfdz7d9yndy2gfv8"))
(define-public linux-libre-headers linux-libre-headers-5.15.49)
+;; linux-libre-headers-latest points to the latest headers package
+;; and should be used as a dependency for packages that depend on
+;; the headers.
+(define-public linux-libre-headers-latest linux-libre-headers-6.10)
;;;