linuxPackages.nvidia_x11: symlink libglxserver_nvidia.so

This commit is contained in:
K900 2024-09-29 18:56:25 +03:00
parent a95f58cca4
commit 10f9466add

View File

@ -207,6 +207,11 @@ installPhase() {
ln -s "$soname" "$libdir/$unversioned" ln -s "$soname" "$libdir/$unversioned"
fi fi
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 done
if [ -n "$bin" ]; then if [ -n "$bin" ]; then