Help with fixing seg-fault in telegram

2021-01-21 Thread Raghav Gururajan
Hello Folks! I am stuck with telegram-desktop segfaulting while answering calls. STEPS TO REPRODUCE: [1] Apply attached diff file on top of master (296156d9d1def88ccfda7d46cdcb574a4a52947b). [2] Install telegram-desktop. [3] Login and make/answer calls. Here is the gdb trace: https://paste.de

Re: Single-board-computer approach: don't make an installer, make the install?

2021-01-21 Thread Joshua Branson
Mathieu Othacehe writes: > Hello, > >> This is really well written. May I edit this article and reproduce it >> for the guix blog and perhaps the guix manual? If ludo's ok with me >> putting it on the blog, then I intend to end the blog post with "This >> article first appeared in this personal

Re: Emacs Guix and channels

2021-01-21 Thread jbranso--- via
Sergiu Ivanov writes: > Hi John, > Tell me how I can help. > > I picked up Guix a couple of weeks ago and my Elisp programming > experience is quite limited, but I may still be useful :-) > I think emacs-guix has been broken for a while. There is a new effort to fix it. The new home for emacs-

Re: Emacs Guix and channels

2021-01-21 Thread Sergiu Ivanov
Hi John, Thus quoth John Soo on Thu Jan 21 2021 at 17:12 (+0100): > Hi Sergiu, > > > As far as I understand it, that is bug in emacs-guix, apologies. Absolutely no worries: I can live with running Guix commands in ansi-term for quite a while. > There is certainly a lot to fix. Tell me

Re: Emacs Guix and channels

2021-01-21 Thread John Soo
Hi Sergiu, As far as I understand it, that is bug in emacs-guix, apologies.There is certainly a lot to fix. Kindly, John

Emacs Guix and channels

2021-01-21 Thread Sergiu Ivanov
Hello Guix Masters, I am moving to Guix after 4 years of using Nix, mainly because Guix is Lisp-based and Emacs friendly, and because I love the documentation. Speaking of Emacs, I ran into the following problem. I use an additional channel which I add in /etc/guix/channels.scm (I also tried sym

Re: Regression in libnode

2021-01-21 Thread Pierre-Antoine Bouttier
Hello, Since this morning, I can install libnode perfectly! Many thanks --- Pierre-Antoine Bouttier GriCAD Research Engineer GriCAD - https://gricad.univ-grenoble-alpes.fr/ Batiment IMAG CS 40700 38058 Grenoble CEDEX 9 +33 4 57 42 18 66 > Le 15 janv. 2021 à 09:40, Pierre-Antoine Bouttier >

Re: How to remove guix

2021-01-21 Thread zimoun
Hi Pierre, On Thu, 21 Jan 2021 at 13:26, Pierre Neidhardt wrote: > Shouldn't Guix include an uninstaller then? Looks like it would be > handy :) There is a patch from Wed, 15 Jul 2020 waiting review about an uninstaller script: Cheers, simon

Re: Guix Environment Best Practices: Shell Hooks, Creating directories, and More

2021-01-21 Thread Joshua Branson
I believe in guix land this is best achieved with #+BEGIN_SRC guix environment -m environment.scm #+END_SRC Assuming the project that you are working on has such an "environment.scm" file. guile-haunt has "package.scm" file that does something like this: https://github.com/guildhall/guile-hau

Re: How to remove guix

2021-01-21 Thread Pierre Neidhardt
Hi! Thanks for sharing, this is very helpful. Shouldn't Guix include an uninstaller then? Looks like it would be handy :) I can't find any instructions in the manual either. Am I missing something or should we update the manual? Providing an uninstaller would hit two birds with one stone ;) -