Loading
sweethome3d: fix libGL startup failure
Currently SweetHome3D cannot run on NixOS. It startups with
Profiles [GL4bc, GL3bc, GL2, GLES1] not available on device null
error, and the cause is by inability to find libGL/libEGL.
Add libGL to path to fix this. This also allows to remove MESA override.