How do I extend openssh-service-type ?

2022-05-10 Thread Edouard Klein
Hi ! I'm trying to make sense of: https://guix.gnu.org/manual/en/guix.html#index-openssh_002dservice_002dtype #+begin_quote This service can be extended with extra authorized keys, as in this example: (service-extension openssh-service-type (const `(("charlie"

Re: guix package -u . --do-not-upgrade

2022-05-10 Thread Andreas Enge
Am Tue, May 10, 2022 at 06:10:42PM + schrieb Gottfried: > guix package --upgrade . --do-not-upgrade emacs vlc knotes (Can I put 3 > after each other) Yes, that works. (In any case, you can just give it a try. If you do not like the result, you can always do a "guix package --roll-back"!)

guix package -u . --do-not-upgrade

2022-05-10 Thread Gottfried
Dear Guixers, If I do a "guix package -u" and I don't want to upgrade some packages, how does my command look like? guix package --upgrade . --do-not-upgrade emacs vlc knotes (Can I put 3 after each other) or guix package --upgrade . --do-not-upgrade emacs | --do-not-upgrade vlc |

Re: Error: cannot close compressed log file

2022-05-10 Thread zimoun
Hi, On Mon, 09 May 2022 at 12:50, Emmanuel Medernach wrote: > When trying to install a custom package the build stop after downloading > the source code with this error: > > guix install: error: cannot close compressed log file (gzip error = -1) Well, I guess this message comes from

Re: docker containers stop when doing guix install

2022-05-10 Thread zimoun
Hi, On Mon, 09 May 2022 at 16:54, Remco van 't Veer wrote: > 2022/05/09 15:39, zimoun: >> Other said, how can I reproduce the bug? > > As follows: > > $ docker ps > CONTAINER ID IMAGE COMMAND CREATED > STATUSPORTS NAMES > $ docker run -d

Error: cannot close compressed log file

2022-05-10 Thread Emmanuel Medernach
Hello, When trying to install a custom package the build stop after downloading the source code with this error: guix install: error: cannot close compressed log file (gzip error = -1) I verified the archive file downloaded is fine, please help me how to debug this ? Thanks in advance,

Re: Packaging baby-steps

2022-05-10 Thread Antlers
Hi! Sorry for the late bump, but if your still interested, I'd be glad answer some questions. Any neovim plugins are likely installed in nearly the same way, and we may actually be able to extend `guix import` to create packages for arbitrary plugins within Guix itself (which likes to be the

Re: Defining a toolchain with musl libc

2022-05-10 Thread zimoun
Hi, On Mon, 09 May 2022 at 19:54, "David Arroyo" wrote: > That is a nifty tool, I didn't know about the `--path` > option. Unfortunately it didn't seem to work here, I tried the > following from the root of my channel repo: > > $ guix graph --path --type=bag-emerged -L $(pwd) -e glibc >