-
-
Notifications
You must be signed in to change notification settings - Fork 14.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
steam: fix opengl inside pressure-vessel #184842
Conversation
I did something similar in #157907, so I think this is correct. Just going to try launching csgo (native linux) and nms (proton). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was able to launch No Man's Sky and CSGO
@@ -50,7 +50,8 @@ let | |||
]; | |||
|
|||
ldconfig = writeShellScriptBin "ldconfig" '' | |||
exec ${pkgs.glibc.bin}/bin/ldconfig -f /etc/ld.so.conf -C /etc/ld.so.cache "$@" | |||
# due to a glibc bug, 64-bit ldconfig complains about patchelf'd 32-bit libraries, so we're using 32-bit ldconfig | |||
exec ${pkgsi686Linux.glibc.bin}/bin/ldconfig -f /etc/ld.so.conf -C /etc/ld.so.cache "$@" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this probably should have been a separate commit, but too late now.
Cloudbuilt and the Cyberpunk 2077 launcher indeed work now, as does Noita (#151194) |
I added this backport label since it seems like a far too important commit to be left only on unstable. |
Successfully created backport PR #186345 for |
Description of changes
fixes #148483
Things done
sandbox = true
set innix.conf
? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)nixos/doc/manual/md-to-db.sh
to update generated release notes