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:
commit
f72c9bb67e
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue