Jan Nieuwenhuizen <jann...@gnu.org> skribis: > Find attached. There is no debugging info, is there a package that > I can install which includes the debugging symbols?
The ‘emacs’ package currently doesn’t have a ‘debug’ output. So you would first need to add one: (outputs '("out" "debug")) and then install both outputs: guix package -i emacs emacs:debug See <https://www.gnu.org/software/guix/manual/html_node/Installing-Debugging-Files.html>. HTH! Ludo’.