Danny Milosavljevic <dan...@friendly-machines.com> writes: > (define-public m3 > (package > (name "m3")
The same problem plagues GNOME apps in Guile. The right way (I think) when writing Guix packages is to use wrap-program, as discussed here: https://lists.gnu.org/archive/html/guile-user/2025-04/msg00021.html https://lists.gnu.org/archive/html/guile-user/2025-05/msg00002.html The tiny piece of documentation for this is here: > ~$ guix show guile-g-golf > name: guile-g-golf > […]description:[…] > + Note: Currently, when developing with G-Golf in `guix shell', there is a > grafts bug in Guix (https://bugs.gnu.org/75157). To avoid it, use Guix' > `--no-grafts' option. Guix packages that use `wrap-program' are unaffected. Would such a note be helpful in the python-pygobject package, too? Probably it is still not very helpful. `guix shell --no-grafts` is the ugly work around during development of packages. Regards, Florian