Re: Newbie: How to debug my custom packages? Is there something like Emacs' edebug but for Guix packages?

2023-04-07 Thread Simon Tournier
Hi, On ven., 07 avril 2023 at 04:20, Rodrigo Morales wrote: > |(build-system trivial-build-system) Please note that the ’trivial-build-system’ is the less trivial build system. I think you need ’copy-build-system’ instead. Roughly speaking, using this, mkdir path/to/test/folder

Newbie: How to debug my custom packages? Is there something like Emacs' edebug but for Guix packages?

2023-04-06 Thread Rodrigo Morales
Table of Contents _ 1. The problem 2. Additional information 1 The problem = I'm learning how to define my own Guix packages. To debug the packages that I write, I'm currently repeatedly executing the command `guix package -i' , check whether the downloaded