Loading
chromiumBeta: Fix the build
This change (dynamically linking against libffi from Nixpkgs) is required since we switched to third_party/wayland instead of linking against Wayland from Nixpkgs (26aadca7). See also f9d9864c and d932886d for more details. We could alternatively provide libffi_pic.a for static linking but due to our immutable dependency model / pure builds the dynamic linking shouldn't cause any issues. This fixes the build error shown in [0]. [0]: https://github.com/NixOS/nixpkgs/issues/213862#issuecomment-1412519998