bug#57379: GUI toolkit for Guile 3.0?
Ricardo Wurmus <[email protected]>
| Newsgroups | gmane.lisp.guile.bugs |
|---|---|
| Message-ID | <[email protected]> |
David Pirotte <[email protected]> writes: > I hope Ricardo, possibly with the help of other guix contributor's will > find a solution so that g-golf may also run 'out of the box' on guix. Turns out that it all works fine when you disable grafts: guix shell --pure --no-grafts \ guile guile-g-golf gtk@4 This echoes a discussion here: https://github.com/spk121/guile-gi/issues/96 The immediate lessons from the observations detailed in this issue are also why guile-gi works without disabling grafts. -- Ricardo