Hi, Christopher Rodriguez schreef op ma 27-12-2021 om 13:18 [-0500]: > + `("GST_PLUGIN_SYSTEM_PATH" ":" prefix (,gst- > plugins)) > + `("GI_TYPELIB_PATH" ":" prefix (,types)) > + `("GUIX_PYTHONPATH" ":" prefix (,beets- > plugins))))
I think this needs to be '=' instead of 'prefix', otherwise the GUIX_PYTHONPATH, GI_TYPELIB_PATH and GST_PLUGIN_SYSTEM_PATH from the environment might interfere, which is probably harmless most of the time but might be a source of potential problems. I'll look more at this patch later. Greetings, Maxime.