We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9007f5 commit 380e365Copy full SHA for 380e365
contrib/guix/manifest.scm
@@ -11,7 +11,7 @@
11
(gnu packages gawk)
12
(gnu packages gcc)
13
((gnu packages installers) #:select (nsis-x86_64))
14
- ((gnu packages linux) #:select (linux-libre-headers-5.15 util-linux))
+ ((gnu packages linux) #:select (linux-libre-headers-6.1 util-linux))
15
(gnu packages llvm)
16
(gnu packages mingw)
17
(gnu packages moreutils)
@@ -92,7 +92,7 @@ chain for " target " development."))
92
(license (package-license xgcc)))))
93
94
(define base-gcc gcc-10)
95
-(define base-linux-kernel-headers linux-libre-headers-5.15)
+(define base-linux-kernel-headers linux-libre-headers-6.1)
96
97
(define* (make-bitcoin-cross-toolchain target
98
#:key
0 commit comments