Email or username:

Password:

Forgot your password?
Andrew Tropin

You can't just do `guix shell guix --with-input=guile=guile-next` πŸ˜”

Because graphviz-minimal fails to build.

3 comments
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

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