Re: Packaging Proton Bridge: cryptic compilation failure

2024-12-05 Thread sebastien
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

Re: Packaging Proton Bridge: Progress Report #2

2025-01-13 Thread sebastien
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

Re: Gnome "oh no something has gone wrong..."

2025-03-15 Thread sebastien
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

Re: Guix home, guix system, channels, some noob questions

2022-06-12 Thread sebastien rey-coyrehourcq
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

Lost all my guix home application packages from channels after guix update (pull, reconfigure)

2022-10-06 Thread Sebastien Rey-Coyrehourcq
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

Re: Help packaging R Quarto Cli

2022-10-24 Thread Sebastien Rey-Coyrehourcq
kvjibvc0n084irg6z1lxn6" > │ (build-system gnu-build-system) > │ (synopsis "Quarto-cli") > │ (description > │ "Quarto-cli description") > │ (home-page "https://github.com/quarto-dev/quarto-cli";) > │ (license gpl3+)))

Re: Help packaging R Quarto Cli

2022-11-16 Thread Sebastien Rey-Coyrehourcq
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

Managing python entry-points to discover plugin package with the new pyproject-build-system ?

2024-07-11 Thread Sebastien Rey-Coyrehourcq
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