mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
linuxPackages.nvidia_x11: symlink libglxserver_nvidia.so
This commit is contained in:
parent
a95f58cca4
commit
10f9466add
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user