mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-12-23 15:24:52 +01:00
nongnu: Add linux@5.17.
* nongnu/packages/linux.scm (linux-5.17): New variable. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
This commit is contained in:
parent
c664de6a55
commit
da4c5270a5
1 changed files with 5 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
;;; Copyright © 2021 Risto Stevcev <me@risto.codes>
|
||||
;;; Copyright © 2021 aerique <aerique@xs4all.nl>
|
||||
;;; Copyright © 2022 Josselin Poiret <dev@jpoiret.xyz>
|
||||
;;; Copyright © 2022 John Kehayias <john.kehayias@protonmail.com>
|
||||
;;;
|
||||
;;; This program is free software: you can redistribute it and/or modify
|
||||
;;; it under the terms of the GNU General Public License as published by
|
||||
|
@ -61,6 +62,10 @@
|
|||
"The unmodified Linux kernel, including nonfree blobs, for running Guix
|
||||
System on hardware which requires nonfree software to function.")))
|
||||
|
||||
(define-public linux-5.17
|
||||
(corrupt-linux linux-libre-5.17 "5.17"
|
||||
"1cdi43x4c3l4chznh57gm55szycj4wjlxl1dss1ilnfvvmhyypsm"))
|
||||
|
||||
(define-public linux-5.16
|
||||
(corrupt-linux linux-libre-5.16 "5.16.16"
|
||||
"13qk6cjnjwgnxj25mphyv08pjf1sqz7bxxrr3fpl8gz3aghdd9yc"))
|
||||
|
|
Loading…
Reference in a new issue