[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#72537] [PATCH v3 4/5] gnu: Add linux-libre-headers-latest.
From: |
Wilko Meyer |
Subject: |
[bug#72537] [PATCH v3 4/5] gnu: Add linux-libre-headers-latest. |
Date: |
Wed, 14 Aug 2024 22:30:29 +0200 |
* gnu/packages/linux.scm (linux-libre-headers-latest): New variable.
Change-Id: I9bead707a9302080a5fe8b48c6367ffa27665d52
---
gnu/packages/linux.scm | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index ba56489dbf..bad444625f 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -812,6 +812,10 @@ (define-public linux-libre-headers-5.15.49
"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)
;;;
--
2.45.2
- [bug#72537] [PATCH 3/5] gnu: linux-libre: Update the default linux-libre package to the 6.10 series., (continued)
- [bug#72537] [PATCH 3/5] gnu: linux-libre: Update the default linux-libre package to the 6.10 series., Wilko Meyer, 2024/08/09
- [bug#72537] [PATCH 1/5] gnu: Remove linux-libre 6.9., Wilko Meyer, 2024/08/09
- [bug#72537] [PATCH 0/5] gnu: Remove linux-libre 6.9., Leo Famulari, 2024/08/12
- [bug#72537] [PATCH v2 1/5] gnu: Remove linux-libre 6.9., Wilko Meyer, 2024/08/14
- [bug#72537] [PATCH v3 1/5] gnu: Remove linux-libre 6.9., Wilko Meyer, 2024/08/14
- [bug#72537] [PATCH v3 2/5] news: Add entry for removing linux-libre 6.9 ("end of life")., Wilko Meyer, 2024/08/14