Skip to content

Commit

Permalink
merge bitcoin#28786: switch to 6.1 kernel headers over 5.15
Browse files Browse the repository at this point in the history
  • Loading branch information
kwvg committed Nov 10, 2024
1 parent c371870 commit d4b10a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/guix/manifest.scm
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
(gnu packages gawk)
(gnu packages gcc)
((gnu packages installers) #:select (nsis-x86_64))
((gnu packages linux) #:select (linux-libre-headers-5.15 util-linux))
((gnu packages linux) #:select (linux-libre-headers-6.1 util-linux))
(gnu packages llvm)
(gnu packages mingw)
(gnu packages moreutils)
Expand Down Expand Up @@ -95,7 +95,7 @@ chain for " target " development."))
(license (package-license xgcc)))))

(define base-gcc gcc-10)
(define base-linux-kernel-headers linux-libre-headers-5.15)
(define base-linux-kernel-headers linux-libre-headers-6.1)

(define* (make-bitcoin-cross-toolchain target
#:key
Expand Down

0 comments on commit d4b10a3

Please sign in to comment.