mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add linux-libre-headers-5.19.17.
linux 5.19 include loongarch support, so add it. * gnu/packages/linux.scm (linux-libre-headers-5.19.17): New variable. Change-Id: Iddd930c1f7243f5307bec75c41f70d5ff5bbd531
This commit is contained in:
parent
ce7b546848
commit
8c4af44d12
1 changed files with 5 additions and 0 deletions
|
@ -793,6 +793,11 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
|
|||
(make-linux-libre-headers "5.15.49" "gnu"
|
||||
"13zqdcm4664vh7g57sxbfrlpsxm7zrma72mxdfdz7d9yndy2gfv8"))
|
||||
|
||||
;; linux 5.19 include loongarch support.
|
||||
(define-public linux-libre-headers-5.19.17
|
||||
(make-linux-libre-headers "5.19.17" "gnu"
|
||||
"0m1yabfvaanbzv0ip04r4kvs16aq0pp2dk93xzi5cq18i3vw351m"))
|
||||
|
||||
(define-public linux-libre-headers linux-libre-headers-5.15.49)
|
||||
;; linux-libre-headers-latest points to the latest headers package
|
||||
;; and should be used as a dependency for packages that depend on
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue