Re: mbsync with XOAUTH2 SASL mechanism

2023-01-26 Thread Giovanni Biscuolo
Hi, Giovanni Biscuolo writes: [...] > This howto is for getmail 5.6 but AFAIU should also work for getmail6 > (it's mentioned in the official getmail6 documentation [1]) I forgot to mention the howto! https://www.bytereef.org/howto/oauth2/getmail.html it contains detailed instructions on how

Re: mbsync with XOAUTH2 SASL mechanism

2023-01-26 Thread Giovanni Biscuolo
Hi Timo, Timo Wilken writes: [...] > Instead, I ended up "borrowing" Thunderbird's client key and secret, > which has worked fine so far. > > Maybe I'm being a bit paranoid, but I don't want to post the literal > key here. You can copy it from mailnews/base/src/OAuth2Providers.jsm > in Thunderb

Re: Running test for a package gives me an error 243

2023-01-26 Thread Simon Tournier
Hi, Sorry to be late. On Mon, 12 Dec 2022 at 09:53, Reza Housseini wrote: > Running the openfoam-10 tests during the package build gives me an error > 243 [1]. Running these tests locally in a guix shell does not produce > any errors. I could not figure out what this error code means, but I

Re: mbsync with XOAUTH2 SASL mechanism

2023-01-26 Thread Timo Wilken
Hi Giovanni! On 26 January 2023 11:19:22 CET, Giovanni Biscuolo wrote: >Timo Wilken writes: >> Instead, I ended up "borrowing" Thunderbird's client key and secret, >> which has worked fine so far. > >thanks for sharing this trick! > >this adds a big dependency in our software stack, but it wor

Re: List of modules required by linux-modules

2023-01-26 Thread dabb...@gmail.com
Dear community, I went a little step forward but I'm still confused: by building the derivation of linux-modules in the store (for linux-libre) I've obtained the full list of modules that must be available for initrd to work (why, it's still not clear). Now, the #:extra-options key in my custom li

substitute server for guixrus ("whereiseveryone" community)

2023-01-26 Thread Andy Tai
Hi, is there a substitute server for guixrus ("whereiseveryone" community)? Thanks

Re: shebang for python script?

2023-01-26 Thread jgart
Hi, thanks!! Should we document this approach in the manual somewhere? If so, where would be a good place to mention how to do this? > --8<---cut here---start->8--- > #!/usr/bin/env -S guix shell python -- python3 > import numpy as np > a = np.array([1,2])