Re: Improve the output of `guix refresh -l`

2022-03-24 Thread Zhu Zihao
Couldn't agree more :) Ludovic Courtès writes: > Maxime Devos skribis: > >> Zhu Zihao schreef op do 17-03-2022 om 18:22 [+0800]: >>> for example, run `guix refresh -l pango`, The terminal prints: >>> >>> ``` >>> Building the following 2945 packages would ensure 7521 dependent >>> packages are

Re: Windows Subsystem for Linux

2022-03-24 Thread Maxim Cournoyer
Hello, Ludovic Courtès writes: > Hi, > > zimoun skribis: > >> About FSDG, the arguments are exactly the same as GNU Emacs on >> Windows. :-) No? I mean, GNU Emacs provides a full port on Windows and >> such port is available on the same side as other platforms on their >> website [1]. The rat

emacs-company-jedi BUG

2022-03-24 Thread jgart
Hi Guixers, When using emacs-company-jedi I got the following error: ``` Actual command: /bin/python VIRTUAL_ENV envvar: nil *** jedi-mode is disabled in # *** Fix the problem and re-enable it. *** You may need to run "M-x jedi:install-server". *** This could solve the problem especially if you

Re: Fixing xen build

2022-03-24 Thread Ludovic Courtès
Hi Skyler, Skyler via "Development of GNU Guix and the GNU System distribution." skribis: > Xen currently does not build on x86_64-linux > (http://ci.guix.gnu.org/search?query=xen+system:x86_64-linux). It will build > if all instances of .note.gnu.build-id are quoted in > xen/arch/x86/xen.lds.

Re: Profiling of man-db database generation with zlib vs zstd

2022-03-24 Thread Ludovic Courtès
Hi, Maxim Cournoyer skribis: > scheme@(guix man-db)> ,profile (define a (mandb-entries > "/gnu/store/jgc63dxvpd8zq0p8al71x07a02qj8i1b-man-pages-5.13/share/man")) > % cumulative self > time seconds seconds procedure > 20.95 1.98 1.75 gdbm.scm:122:11 > 20.95

Re: Windows Subsystem for Linux

2022-03-24 Thread Ludovic Courtès
Hi, zimoun skribis: > About FSDG, the arguments are exactly the same as GNU Emacs on > Windows. :-) No? I mean, GNU Emacs provides a full port on Windows and > such port is available on the same side as other platforms on their > website [1]. The rationale [2]: > > The purpose of the G

Re: Improve the output of `guix refresh -l`

2022-03-24 Thread Ludovic Courtès
Maxime Devos skribis: > Zhu Zihao schreef op do 17-03-2022 om 18:22 [+0800]: >> for example, run `guix refresh -l pango`, The terminal prints: >> >> ``` >> Building the following 2945 packages would ensure 7521 dependent >> packages are rebuilt: .. >> ``` >> >> The package list is too long

The Shepherd on Fibers

2022-03-24 Thread Nathan Dehnel
Hooray!