Re: Missing dependency for emacs-magit

2022-02-13 Thread Michael Rohleder
Zelphir Kaltstahl writes: > I noticed, that the emacs-magit package does not seem to work. When I > install it via guix and load it via guix-init in my init.el file, I > get the following error in my *Messages* buffer: What do you mean with "load it via guix-init in my init.el"? with e.g. `guix

Missing dependency for emacs-magit

2022-02-13 Thread Zelphir Kaltstahl
Hi! I noticed, that the emacs-magit package does not seem to work. When I install it via guix and load it via guix-init in my init.el file, I get the following error in my *Messages* buffer: Unable to activate package ‘magit’. Required package ‘git-commit-3.3.0’ is unavailable I checked for

Re: Guix Scripts and Unit Testing

2022-02-13 Thread Phil
I have a theory about what is causing this - I think it's me not thinking about deferred evaluation carefully enough. On Sat, 12 Feb 2022 at 17:21, Phil wrote: > > To try to work around this, I separated my scripts into a library module > to be unit tested, and a short runner which will call int

[guix-comm...@gnu.org: branch master updated: gnu: linux-libre 4.14.266: Fix source code hash.]

2022-02-13 Thread Leo Famulari
- Forwarded message from guix-comm...@gnu.org - > commit e0168c72bd8ba629b693bf6aa5cdbaf0777ef7b2 > Author: Leo Famulari > AuthorDate: Sun Feb 13 12:36:01 2022 -0500 > > gnu: linux-libre 4.14.266: Fix source code hash. > > This is a followup to commit 54ac2ec4e95a3ef7f95dcbc0

Moving and/or renaming Commander.js package

2022-02-13 Thread Matthew James Kraai
Hi, I'm trying to package elm-test.  It depends on Commander.js, which is packaged as js-commander in gnu/packages/javascript.scm. In order for elm-test to find Commander.js, I modified js-commander to use node-build-system.  Should I also move it to gnu/packages/node-xyz.scm and/or rename it

Re: Return back original implementation for text-config serialization

2022-02-13 Thread Andrew Tropin
On 2022-02-05 12:09, Ludovic Courtès wrote: > Hi! > > Maxim Cournoyer skribis: > >> Pardon my ignorance about Guix Home, but couldn't we have configuration >> as records by default, and the lower level, config stitching primitives >> still available to hand craft strings that could be used as the

Re: Return back original implementation for text-config serialization

2022-02-13 Thread Andrew Tropin
On 2022-02-05 12:34, Maxime Devos wrote: > Andrew Tropin schreef op wo 26-01-2022 om 11:36 [+0300]: >> In addition to the problems I mentioned above: >> >> 1. Mixed usage of two configuration languages (nginx-conf and lisp). >> 2. Having a string, which should be properly escaped (luckily for >>

Re: emacs tramp in remote guix

2022-02-13 Thread Josselin Poiret
Hello everyone, Maxime Devos writes: > I think that ideally, the tramp package in Guix would be patched to > recognise ~/.guix-profile/etc/profile and /etc/profile (when present, > on the remote machine) and use that to determine the PATH for the > remote machine (or some other system, whatever w

Re: Planning to package Veloren in Guix

2022-02-13 Thread Oliver Propst
On 2022-02-12 19:46, Tobias Platen wrote: Hello, Today I released my prerecorded talk about Gaming on Guix[1], where I mentioned Veloren. So next I want to package Veloren, which is written in Rust. Awesome news. Really wish you the best of luck in your effort Tobias :) *a game written in Rus