Re: Bug? Importing (gnu rest ...) fails due to lack of patch files on build side.

2021-04-17 Thread David Dashyan
Oh you so nice :) Joshua Branson writes: > David Dashyan writes: > > I'm just responding so that you get a response. :) > > Your last email had some pretty cool code bro! It certainly looks like > you're having fun with guix! -- David aka zzappie

Re: freecad 19.1 / flatpak

2021-04-17 Thread Jérémy Korwin-Zmijowski
Le samedi 17 avril 2021 à 16:16 +, Ekaitz Zarraga a écrit : > Hi all, > This was already merged the other day so you'll have access to the > 0.19.1 version of freecad if you `guix pull`. > > Best, > Ekaitz Well done ! Jérémy

Re: Build docker image

2021-04-17 Thread David Dashyan
Bone Baboon writes: > I am trying to build a docker image. > > I have added `docker` and `docker-cli` to my system configuration and > reconfigured the system. The `docker` command needs a docker daemon > running. > > I have added the docker service to the system configuration file with > `(ser

Re: freecad 19.1 / flatpak

2021-04-17 Thread Christophe Pisteur
Le samedi 17 avril 2021 à 16:16 +, Ekaitz Zarraga a écrit : > Hi all, > This was already merged the other day so you'll have access to the 0.19.1 > version of freecad if you `guix pull`. > > Best, > Ekaitz Hi Ekaitz, Hello, Thank you very much for including the latest version of freecad in

Re: Certbot with DNS Challenge

2021-04-17 Thread Raghav Gururajan
Hi Pierre! So, in your snippet, I should replace certbot-*-hook with "/etc/desec/hook.sh", right? Is the "hook.sh" script copied directly from the desec-certbot-hook package? In which case, I think you'll want to use `file-append` to directly refer to the package's script, something like this?

Re: Certbot with DNS Challenge

2021-04-17 Thread Pierre Langlois
Hi Vincent, Vincent Legoll writes: > Hello, > >> [SNIPPED NICE STUFF] > > I think that would make a nice addition to the cookbook > > Anyone want to try submitting a PR for that ? That's a good idea, I can give it a go. Before that it would be useful to merge support for the --dry-run option in

Re: Certbot with DNS Challenge

2021-04-17 Thread Pierre Langlois
Raghav Gururajan writes: > Hi Pierre! > >> --8<---cut here---start->8--- >> (define certbot-authentication-hook >>(program-file "certbot-authentication-hook" >> (with-imported-modules '((guix build utils)) >>#~(let ((gandi (string-append #$gand

Re: freecad 19.1 / flatpak

2021-04-17 Thread Ekaitz Zarraga
Hi all, This was already merged the other day so you'll have access to the 0.19.1 version of freecad if you `guix pull`. Best, Ekaitz

Re: Guix System definition with a .emacs.d filled

2021-04-17 Thread Joshua Branson
Jérémy Korwin-Zmijowski writes: > Yo Joshua ! > > Thank you for taking the time to answer my question. I really > appreciate it ! > > Actually, my "genius" haha is working on a little script to pop a Guix > VM tailored to remotely pair-program with one or more > Guiler(s)/Schemer(s)/Guixter(s) !

Re: Certbot with DNS Challenge

2021-04-17 Thread Raghav Gururajan
Hi Pierre! --8<---cut here---start->8--- (define certbot-authentication-hook (program-file "certbot-authentication-hook" (with-imported-modules '((guix build utils)) #~(let ((gandi (string-append #$gandi.cli "/bin/gandi")) (valida

Re: Certbot with DNS Challenge

2021-04-17 Thread Vincent Legoll
Hello, > [SNIPPED NICE STUFF] I think that would make a nice addition to the cookbook Anyone want to try submitting a PR for that ? -- Vincent Legoll

Re: Certbot with DNS Challenge

2021-04-17 Thread Pierre Langlois
Hi Raghav, Raghav Gururajan writes: > Hello Guix! > > For certbot-service-type, the manual has an example for HTTP challenge. I was > wondering if anyone has an example for DNS challenge? It just happens I set it up on my LAN a month ago, it worked really well! I'm using gandi as the provider a

Certbot with DNS Challenge

2021-04-17 Thread Raghav Gururajan
Hello Guix! For certbot-service-type, the manual has an example for HTTP challenge. I was wondering if anyone has an example for DNS challenge? Regards, RG. OpenPGP_0x5F5816647F8BE551.asc Description: OpenPGP public key OpenPGP_signature Description: OpenPGP digital signature

Re: Guix System definition with a .emacs.d filled

2021-04-17 Thread Jérémy Korwin-Zmijowski
Hi Jelle ! Le samedi 17 avril 2021 à 00:16 +0200, Jelle Licht a écrit : > The 'solution' that works well enough for me: > the `emacs-no-littering' package, with > (setq no-littering-etc-directory "/tmp/emacs/etc") > no-littering-var-directory "/tmp/emacs/var")) This is interesting ! I will