-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
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
obs-studio: override libcef with obs build #317589
base: master
Are you sure you want to change the base?
Conversation
license = with licenses; [ gpl2Plus ] ++ optional withFdk fraunhofer-fdk; | ||
platforms = [ "x86_64-linux" "i686-linux" "aarch64-linux" ]; | ||
platforms = [ |
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.
The architecture should be changed to only list x86_64-linux
because the binary build of CEF provided by upstream is x86_64 only.
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.
Marking this a draft for now. I was searching for binaries for other architectures but wasn't successful. It would be best if our version of CEF would be supported but I'm not sure what's the problem. Using the binary provided by OBS does fix it though.
Description of changes
Fixes Browser sources and docks in obs-studio.
Fixes #335155
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.