Le samedi 30 novembre 2024 à 8:22 PM, Ian Eure a écrit :
>
>
> Hi Marek,
>
> On Sat, Nov 30, 2024, at 6:56 PM, Marek Paśnikowski wrote:
>
> > On sobota, 30 listopada 2024 19:08:49 CET Cayetano Santos wrote:
> >
> > > > sam. 30 nov. 2024 at 17:26, Marek Paśnikowski ma...@marekpasnik
Hi Marek,
Thanks for your work Marek, i try to compile on my guix system, and that works
(build & install) !
For others interested to try :
a) create a directory proton-bridge & cd into
b) clone sovereign.git with "git clone
https://git.marekpasnikowski.pl/sovereign.git/";
c) create a .ch
Hi Christophe,
Actually i have the same problem after update guix pull & guix reconfigure to
the last gnome version.
Looking to /var/log/message in real time using tail -f /var/log/messages, i
found there is an ugly segfault after more or less 1 minute in one of gds
service
(/gnu/store/qmj
Hi,
I jump into guile world by learning and copy/pasting Dominic Martinez config :)
Everything going pretty well but now i'm blocked with yubikey configuration.
And without yubikey that contain your only private key to sign/decrypt
everything, that's a little complicated ...
Running "gpg --c
Hi guix people,
I used guix home without problem last month but with a recent guix pull, guix
system reconfigure, guix home reconfigure, all my package defined into guix
home manifest disapear !!
And guix home say nothing (no error) about that. The only thing i change is
removing zshrc to mov
kvjibvc0n084irg6z1lxn6"
> │ (build-system gnu-build-system)
> │ (synopsis "Quarto-cli")
> │ (description
> │ "Quarto-cli description")
> │ (home-page "https://github.com/quarto-dev/quarto-cli";)
> │ (license gpl3+)))
Hi,
You're both right, seems there is a flag to skip binary downloading and
compile the V8 lib.
From the githubpage (https://github.com/denoland/rusty_v8) : "V8 is
very large and takes a long time to compile. Many users will prefer to
use a prebuilt version of V8. We publish static libs for
Hi, For my lab i actually manage to package the latest version (existing
package on guix are old) of python mkdocs static site generator with
mkdocs-materials theme. Mkdocs use a yaml entry to call the theme (here
mkdocs-material-theme) to use for the website generation. Both project use a
pypr