-
-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
sunshine: use pkgs.autoAddDriverRunpath #300287
Conversation
@jonringer I think this may still need autoPatchelfHook for some vendored libraries or it will crash on run, but I’ll test and let you know. |
Yea, I always call it now. I feel like a |
pkgs/servers/sunshine/default.nix
Outdated
@@ -84,10 +85,10 @@ stdenv'.mkDerivation rec { | |||
nativeBuildInputs = [ | |||
cmake | |||
pkg-config | |||
autoPatchelfHook | |||
autoAddDriverRunpath |
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.
Moved out of optionals
6ef9a4f
to
0df9f80
Compare
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.
LGTM, tested working same as before with AMD+Wayland -- don't have NVIDIA to test cudaSupport
specifically though.
Description of changes
Part of #141803
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.