Merge pull request #203510 from primeos/chromiumBeta

chromiumBeta: Fix the build

authored by

Michael Weiss and committed by
GitHub
1849d01c d9a5323e

+1
+1
pkgs/applications/networking/browsers/chromium/common.nix
··· 303 303 # as well to avoid incompatibilities (if this continues to be a problem 304 304 # from time to time): 305 305 use_system_libwayland = true; 306 + system_wayland_scanner_path = "${wayland.bin}/bin/wayland-scanner"; 306 307 } // optionalAttrs proprietaryCodecs { 307 308 # enable support for the H.264 codec 308 309 proprietary_codecs = true;