diff options
| author | John Kehayias <john.kehayias@protonmail.com> | 2026-02-23 12:35:45 -0500 |
|---|---|---|
| committer | John Kehayias <john.kehayias@protonmail.com> | 2026-02-23 12:35:45 -0500 |
| commit | 4811a684f4ced58cebfa945c3ccbbca6c26807fd (patch) | |
| tree | 0302dbe6aaa840a54a66af0c8e59f0362ba9d0ee /nongnu/packages | |
| parent | 890866080923f0208eecfd448d394a0baded9eaa (diff) | |
nongnu: Add linux-6.19.
* nongnu/packages/linux.scm (linux-6.19): New variable.
Diffstat (limited to 'nongnu/packages')
| -rw-r--r-- | nongnu/packages/linux.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nongnu/packages/linux.scm b/nongnu/packages/linux.scm index 0570852..0c14252 100644 --- a/nongnu/packages/linux.scm +++ b/nongnu/packages/linux.scm @@ -178,6 +178,9 @@ some freedo package or an output of package-version procedure." "The unmodified Linux kernel, including nonfree blobs, for running Guix System on hardware which requires nonfree software to function.")))) +(define-public linux-6.19 + (corrupt-linux linux-libre-6.19)) + (define-public linux-6.18 (corrupt-linux linux-libre-6.18)) |
