Merge pull request #72497 from ivan/chromium-78.0.3904.87

chromium: 78.0.3904.70 -> 78.0.3904.87
This commit is contained in:
obadz
2019-11-02 10:46:21 +00:00
committed by GitHub

View File

@@ -136,9 +136,9 @@ let
./patches/nix_plugin_paths_68.patch
./patches/remove-webp-include-69.patch
./patches/no-build-timestamps.patch
] ++ optionals (channel == "stable" || channel == "beta") [
] ++ optionals (channel == "stable") [
./patches/widevine.patch
] ++ optionals (channel == "dev") [
] ++ optionals (channel == "beta" || channel == "dev") [
./patches/widevine-79.patch
# Unfortunately, chromium regularly breaks on major updates and
# then needs various patches backported in order to be compiled with GCC.