mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-12-23 15:24:52 +01:00
nongnu: Set linux to linux@6.1.
Upstream Guix will be removing linux-libre@6.0 and defaulting to linux-libre@6.1. Do likewise here. * nongnu/packages/linux.scm (linux-6.0): Remove variable. (linux): Set to linux-6.1.
This commit is contained in:
parent
1398e83e35
commit
897ac7aadc
1 changed files with 1 additions and 4 deletions
|
@ -62,9 +62,6 @@ System on hardware which requires nonfree software to function.")))
|
|||
(define-public linux-6.1
|
||||
(corrupt-linux linux-libre-6.1))
|
||||
|
||||
(define-public linux-6.0
|
||||
(corrupt-linux linux-libre-6.0))
|
||||
|
||||
(define-public linux-5.15
|
||||
(corrupt-linux linux-libre-5.15))
|
||||
|
||||
|
@ -80,7 +77,7 @@ System on hardware which requires nonfree software to function.")))
|
|||
(define-public linux-4.14
|
||||
(corrupt-linux linux-libre-4.14))
|
||||
|
||||
(define-public linux linux-6.0)
|
||||
(define-public linux linux-6.1)
|
||||
;; linux-lts points to the *newest* released long-term support version.
|
||||
(define-public linux-lts linux-5.15)
|
||||
|
||||
|
|
Loading…
Reference in a new issue