Email or username:

Password:

Forgot your password?
Top-level
Andrew Tropin

The actual problem I'm trying to solve for the last 3 hours is to just make it run: `guile -c "(pk (@ (gnu packages emacs) emacs-pgtk))"` without backtraces thrown in my face. However, I can't simply do it.

It was a long way, but I finally hacked everything together with simple:
guix shell guile-next guix -- guile \
-c "(pk (@ (gnu packages emacs) emacs-pgtk))"

#guix #guile

2 comments
Andrew Tropin

@gugurumbe No, I can't. I need to do it with guile-next, to later run guile-ares-rs's nrepl server (which I successfully did).

Go Up