Loading
ultimate-doom-builder: fix render device error by adding missing libraries to wrapper
The package was missing libGL, libpng, and libx11 in the LD_LIBRARY_PATH wrapper, causing a "Fatal Windows Forms error: Could not create render device" error when launching the application. These libraries are already in buildInputs but were not included in the wrapProgram call. They need to be dynamically loaded by Mono at runtime for proper OpenGL rendering support.