mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
nvidia-driver: Install windows libraries needed by Proton to support DLSS
See https://github.com/NixOS/nixpkgs/issues/177533
This commit is contained in:
parent
9aeb3ea98a
commit
160aaf5dd3
@ -119,6 +119,10 @@ installPhase() {
|
||||
fi
|
||||
fi
|
||||
|
||||
# Install libraries needed by Proton to support DLSS
|
||||
install -Dm644 nvngx.dll $i/lib/nvidia/wine/
|
||||
install -Dm644 _nvngx.dll $i/lib/nvidia/wine/
|
||||
|
||||
done
|
||||
|
||||
if [ -n "$bin" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user