Hi Andre, On Thursday, November 11th, 2021 at 1:49 PM, André A. Gomes <andremegaf...@gmail.com> wrote:
> phodina phod...@protonmail.com writes: > > > --- a/gnu/packages/linux.scm > > > > +++ b/gnu/packages/linux.scm > > > > @@ -722,6 +722,14 @@ (define %bpf-extra-linux-options > > > > ;; kheaders module > > > > ("CONFIG_IKHEADERS" . #t))) > > Isn't there an extra closing parenthesis on this s-exp? > Unfortunately no. If I leave only CONFIG_ASHMEM and CONFIG_ANDROID_BINDER_IPC the kernel builds. Then again when I check the kernel menuconfig the other options are present, but for some reason Guix fails. Petr