mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-24 17:38:14 +01:00
nongnu: linux-6.10: Remove variable.
linux-libre-6.10 is set to be dropped by upstream Guix, see <https://issues.guix.gnu.org/74168>. So, let's remove before then to prevent guix pull from breaking due to a missing variable. * nongnu/packages/linux.scm (linux-6.10): Remove variable.
This commit is contained in:
parent
141db409ef
commit
3b78eca656
1 changed files with 0 additions and 3 deletions
|
@ -137,9 +137,6 @@ on hardware which requires nonfree software to function."))))
|
||||||
(define-public linux-6.11
|
(define-public linux-6.11
|
||||||
(corrupt-linux linux-libre-6.11))
|
(corrupt-linux linux-libre-6.11))
|
||||||
|
|
||||||
(define-public linux-6.10
|
|
||||||
(corrupt-linux linux-libre-6.10))
|
|
||||||
|
|
||||||
(define-public linux-6.6
|
(define-public linux-6.6
|
||||||
(corrupt-linux linux-libre-6.6))
|
(corrupt-linux linux-libre-6.6))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue