[PATCH guix-artwork v3] website: posts: Add Dissecting Guix, Part 1: Derivations.

2022-12-12 Thread (
* website/posts/dissecting-guix-1-derivations.md: New blog post. --- Heya, This patch adds instructions for suppressing colours and readline support in ``guix repl'' on Guix System. .../posts/dissecting-guix-1-derivations.md| 435 ++ 1 file changed, 435 insertions(+) create

Re: [PATCH guix-artwork v2] website: posts: Add Dissecting Guix, Part 1: Derivations.

2022-12-12 Thread (
Heya, On Mon Dec 12, 2022 at 9:06 PM GMT, Mekeor Melire wrote: > As noted in , Guix System > users, who use the =~/.guile= file which is created by default, > will need to pass the =INSIDE_EMACS= environment variable to =guix > repl=, like this: > >

Re: [PATCH guix-artwork v2] website: posts: Add Dissecting Guix, Part 1: Derivations.

2022-12-12 Thread Mekeor Melire
I have one remark. 2022-12-12 19:31 pa...@disroot.org: +If you're using Emacs, you can instead install +[Geiser](https://nongnu.org/geiser), which provides a comfortable Emacs UI for +various Lisp REPLs, invoke `guix repl --listen=tcp:37146 &`, and type +`M-x geiser-connect RET RET RET` to

Re: [PATCH guix-artwork v2] website: posts: Add Dissecting Guix, Part 1: Derivations.

2022-12-12 Thread Mekeor Melire
2022-12-12 19:31 pa...@disroot.org: This patch adds an updated blog post, taking the critiques on this thread into account. * Changed post name to just "Derivations" * Removed subjective "simple" language * Added subheadings to "Exploring ``" * Added field recap to "Conclusion" * Added

Re: Python Packaging Policy

2022-12-12 Thread Efraim Flashner
On Thu, Dec 08, 2022 at 11:48:42AM +0100, zimoun wrote: > Hi, > > On Wed, 07 Dec 2022 at 17:22, jgart wrote: > > > What is our policy then for updating Python packages in our Python > > library collection? > > The policy is to not break the other packages; guix refresh -l python-. > > > >

Re: Status of hibernation (suspend to disk) in Guix

2022-12-12 Thread Ivan Vilata i Balaguer
Mekeor Melire (2022-12-10 01:00:24 +) wrote: > 2022-12-09 23:10 mek...@posteo.de: > > > 2022-12-05 17:23 i...@selidor.net: > > > > > in #59746 I skipped documenting `resume_offset` with more detail, even > > > if it's needed for resuming from a swap file. The reason is that > > > according

[PATCH guix-artwork v2] website: posts: Add Dissecting Guix, Part 1: Derivations.

2022-12-12 Thread (
* website/posts/dissecting-guix-1-derivations.md: New blog post. --- Heya, This patch adds an updated blog post, taking the critiques on this thread into account. * Changed post name to just "Derivations" * Removed subjective "simple" language * Added subheadings to "Exploring ``" * Added field

Re: Hi from a new committer!

2022-12-12 Thread (
Heya, On Mon Dec 12, 2022 at 4:21 PM GMT, John Kehayias wrote: > I'm pleased to announce that I have been granted commit access by the > esteemed Guix maintainer collective! I'm looking forward to continuing > to be a part of this wonderful community and helping review and push all > the great

Re: Dissecting Guix -- blog post series

2022-12-12 Thread (
Heya, On Mon Dec 12, 2022 at 1:43 AM GMT, Mekeor Melire wrote: > Or auto-fill-mode? :) I'm pretty new to Emacs, so I dunno which way is best -.o.- > Personally, I felt kind of fooled at that point, because it felt > like I had made needless efforts to read an irrelevant code > snippet. Fair

Re: Hi from a new committer!

2022-12-12 Thread Luis Felipe
Hi John, > I'm pleased to announce that I have been granted commit access by the > esteemed Guix maintainer collective! I'm looking forward to continuing > to be a part of this wonderful community and helping review and push all > the great patches waiting for their time to shine. As one that had

Hi from a new committer!

2022-12-12 Thread John Kehayias
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi Guix! I'm pleased to announce that I have been granted commit access by the esteemed Guix maintainer collective! I'm looking forward to continuing to be a part of this wonderful community and helping review and push all the great patches

Re: Packaging big generated data files?

2022-12-12 Thread zimoun
Hi, On Wed, 07 Dec 2022 at 11:33, Denis 'GNUtoo' Carikli wrote: > The issue here is probably the size of the generated files: they are > huge, so if they are packaged, they will most likely take significant > resources in the Guix infrastructure. > > So what would be the way to go here? Would

Re: branch core-updates updated: gnu: coreutils-boot0: Fix building on arm architectures.

2022-12-12 Thread Efraim Flashner
On December 12, 2022 1:47:29 PM UTC, "Ludovic Courtès" wrote: >Hello, > >guix-comm...@gnu.org skribis: > >> commit 9782c4529249c8300501202112c095a6589845d3 >> Author: Efraim Flashner >> AuthorDate: Sun Dec 11 22:35:06 2022 +0200 >> >> gnu: coreutils-boot0: Fix building on arm

Re: branch core-updates updated: gnu: coreutils-boot0: Fix building on arm architectures.

2022-12-12 Thread Ludovic Courtès
Hello, guix-comm...@gnu.org skribis: > commit 9782c4529249c8300501202112c095a6589845d3 > Author: Efraim Flashner > AuthorDate: Sun Dec 11 22:35:06 2022 +0200 > > gnu: coreutils-boot0: Fix building on arm architectures. > > * gnu/packages/commencement.scm

Re: Dissecting Guix -- blog post series

2022-12-12 Thread Bengt Richter
Hi, On +2022-12-09 17:25:35 +, ( wrote: > Heya, > > On Fri Dec 9, 2022 at 9:32 AM GMT, wrote: > > How does a gullible noob like me know what the dangers might be, (e.g. > > http:) > > and how to avoid (most of) them by finding a guix version that has been > > gone through with a fine-tooth

Re: geiser and guix repl

2022-12-12 Thread Mekeor Melire
2022-12-12 13:17 luis.felipe...@protonmail.com: There's this bug report which seems to be related: Connecting Geiser to Guile listening to a socket: No prompt found! (.guile to blame) https://issues.guix.gnu.org/35727. Yes, thank you. I also think that's exactly this bug. Let's continue

Re: geiser and guix repl

2022-12-12 Thread Luis Felipe
Hi, On Monday, December 12th, 2022 at 10:28, Antonio Carlos Padoan Junior wrote: > Mekeor Melire mek...@posteo.de writes: > > > By the way, personally, starting "guix repl --listen=tcp:37146" > > from terminal and then running M-x geiser-connect makes Emacs > > freeze for me. Do you

Re: geiser and guix repl

2022-12-12 Thread Antonio Carlos Padoan Junior
Mekeor Melire writes: > > By the way, personally, starting "guix repl --listen=tcp:37146" > from terminal and then running M-x geiser-connect makes Emacs > freeze for me. Do you experience the same? > Yes, that was exactly my issue. The .guile file that you mentioned, the one provided