linuxPackages.nvidia_x11: symlink libglxserver_nvidia.so (#345316)

This commit is contained in:
K900 2024-09-29 22:23:06 +03:00 committed by GitHub
commit 714b8ef6bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -207,6 +207,11 @@ installPhase() {
ln -s "$soname" "$libdir/$unversioned"
fi
fi
# FIXME: libglxserver_nvidia does not have a soname, but must still be symlinked
if [[ "$unversioned" == "libglxserver_nvidia.so" ]]; then
ln -s "$libbase" "$libdir/$unversioned"
fi
done
if [ -n "$bin" ]; then