mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-22 00:18:07 +01:00
nongnu: linux-lts: Update to 6.6 series.
Upstream Guix defaulted linux-libre-lts to 6.6 in commit b4aed68e960116b2b60f68ea1468d7a526149823. Do likewise here. * nongnu/packages/linux.scm (linux-lts): Use linux-6.6.
This commit is contained in:
parent
2978ae66b9
commit
54fb2194a1
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ on hardware which requires nonfree software to function."))))
|
||||||
|
|
||||||
(define-public linux linux-6.8)
|
(define-public linux linux-6.8)
|
||||||
;; linux-lts points to the *newest* released long-term support version.
|
;; linux-lts points to the *newest* released long-term support version.
|
||||||
(define-public linux-lts linux-6.1)
|
(define-public linux-lts linux-6.6)
|
||||||
|
|
||||||
(define-public linux-arm64-generic-5.10
|
(define-public linux-arm64-generic-5.10
|
||||||
(corrupt-linux linux-libre-arm64-generic-5.10 #:name "linux-arm64-generic"))
|
(corrupt-linux linux-libre-arm64-generic-5.10 #:name "linux-arm64-generic"))
|
||||||
|
|
Loading…
Reference in a new issue