Hi, Gabriel Wicki <[email protected]> writes:
> It seems like it has nothing to do with specific checkouts. > > gabber@silvi ~$ scide > qt.qpa.plugin: Could not find the Qt platform plugin "wayland" in "" > Could not find QtWebEngineProcess > Aborted > gabber@silvi ~$ guix shell supercollider --pure -- scide > QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-gabber' > > n.b. the second invocation starts the IDE without an issue Maybe you could try adding qtwayland-5 to the inputs of the package if it uses qt-build-system, the plugin will be captured in the wrap script and ensure it works. -- Thanks, Maxim
