Re: Appropriate way to use Guix API from a Guile program

2020-05-26 Thread Konrad Hinsen
Hi everyone, zimoun writes: >> Thanks for the reminder that my "guix repl" patch needs more work - it >> should accept command line arguments for the script. Something like >> >>guix repl foo.scm –- [ARGS] >> >> should be easily doable, and fits in with existing conventions. > > It could be

Re: Questions about guix handling emacs packages

2020-05-26 Thread zimoun
Dear, On Mon, 25 May 2020 at 22:13, Fredrik Salomonsson wrote: > But this was just me being stupid. It works perfectly, I had just forgot > to reboot/relogin _after_ I installed emacs. Re-source the profile seems enough. :-) > Packages I'm missing are: > flymake-shellcheck > cargo > meson-mod

RE: [EXTERNAL]Re: Broken at reinstall on CentOS7, possibly due to conflict with `sqlplus`

2020-05-26 Thread Josh Marshall
I’m having to do all of this through WSL. My work’s IT actively campaigns against Linux. From: Vincent Legoll Sent: Monday, May 25, 2020 4:09 PM To: Josh Marshall; help-guix Subject: [EXTERNAL]Re: Broken at

RE: [EXTERNAL]Re: Broken at reinstall on CentOS7, possibly due to conflict with `sqlplus`

2020-05-26 Thread Josh Marshall
The implication being that I have to do a lot of manual fixing of copy+pastes. I probably accidentally deleted the ‘d’. From: Josh Marshall Sent: Tuesday, May 26, 2020 9:19:10 AM To: Vincent Legoll ; help-guix Subject: RE: [EXTERNAL]Re: Broken at reinstall on C

Re: Appropriate way to use Guix API from a Guile program

2020-05-26 Thread Konrad Hinsen
Konrad Hinsen writes: > Unfortunately, it doesn't look as straightforward as I thought. > A standard Guile script retrieves command line arguments using > (command-line). "guix repl" should ideally manipulate the return > value of (command-line) to make things just work, but I haven't > found a w

Re: Vanilla Firefox recipe?

2020-05-26 Thread Ludovic Courtès
Hello! Adonay is right that the project’s channels are not the place to discuss third-party channels and distribution methods, especially channels and tools that provide non-FSDG-compliant software. As for Firefox, it pops up every now and then, but there seems to be a lasting misunderstanding.

Re: zlib licence

2020-05-26 Thread Ludovic Courtès
Hi, Adam Kandur via skribis: > hi, it seems http://www.gzip.org/zlib/zlib_license.html returns 404. > i suggest this link https://zlib.net/zlib_license.html This is now fixed, thanks! Ludo’.

Re: Access custom images inside disk image

2020-05-26 Thread Ludovic Courtès
Hello, "Reza Alizadeh Majd" skribis: > I built a modified version of Guix to have a series of custom Channels > by default. using this modified version, everything is OK, and I have > access to these custom channels by default. > > The problem is that when I create a disk image using this custom

Re: guix completion in zsh

2020-05-26 Thread Ludovic Courtès
Hi, "Reza Alizadeh Majd" skribis: > after replacing the default shell with `zsh`, I lost the tab completion > feature for Guix commands. do I need to perform any specific configuration > to enable this feature? I think you need to make sure the Zsh completion file for Guix is sourced. Normally

Re: Geiser and Guix - how to avoid long compilation steps?

2020-05-26 Thread Ludovic Courtès
Hi, Pierre Neidhardt skribis: > This has been a source of headaches for me too. I like to run Geiser > to hack my Guix checkout. But if I forget to compile a (big) scheme > file, geiser will grind to a halt when switching to a module that > depends on the uncompiled file. > > Something weird: