Maxime Devos <[email protected]> writes: > When doing "guix shell naev", things ended with: > > [...] > starting phase `validate-runpath' > validating RUNPATH of 1 binaries in > "/gnu/store/nl8fl0agic9a5dw9i1m701p3yn6x6sw9-naev-0.10.4/bin"... > /gnu/store/nl8fl0agic9a5dw9i1m701p3yn6x6sw9-naev-0.10.4/bin/naev: > error: depends on 'libSDL2_image-2.0.so.0', which cannot be found in > [...]
Hello, avoid the use of 'sdl-union' will fix it. It was caused by meson removing rpaths during install phase. Not sure why it remove the one for sdl2-image though..
