Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 1b6764da4e60
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: d6d4228b39b7
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jan 30, 2021

  1. chromiumBeta: Backport a patch to fix the build

    The build was failing with:
    In file included from ../../third_party/blink/renderer/modules/webcodecs/audio_encoder.cc:7:
    In file included from ../../media/audio/audio_opus_encoder.h:16:
    gen/shim_headers/opus_shim/third_party/opus/src/include/opus.h:5:10: error: 'opus.h' file not found with <angled> include; use "quotes" instead
    #include <opus.h>
             ^~~~~~~~
             "opus.h"
    [...]
    fatal error: too many errors emitted, stopping now [-ferror-limit=]
    20 errors generated.
    [42272/44233] CXX obj/third_party/blink/renderer/modules/webcodecs/webcodecs/decoder_template.oo[K
    
    Note: This also fixes the ungoogled-chromium channel name in versionRange.
    primeos committed Jan 30, 2021
    Copy the full SHA
    d6d4228 View commit details
    Browse the repository at this point in the history