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: a62dac34e6f8
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 224a5e5b05a5
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Apr 8, 2020

  1. chromiumDev: Fix the build

    Building Chromium 82 requires LLVM 10 for the new argument
    "-fintegrated-cc1". LLVM 9 fails with:
    clang++: error: unknown argument: '-fintegrated-cc1'
    
    (cherry picked from commit 1d961a4)
    primeos committed Apr 8, 2020
    Copy the full SHA
    3cfa78f View commit details
    Browse the repository at this point in the history
  2. chromiumDev: Add the missing setuptools dependency

    The build was failing with:
    ```
    [1625/39505] ACTION //components/schema_org:generate_schema_org_code(//build/toolchain/linux:clang_x64)
    FAILED: gen/components/schema_org/schema_org_entity_names.h gen/components/schema_org/schema_org_entity_names.cc gen/components/schema_org/schema_org_property_configurations.h gen/components/schema_org/schema_org_property_configurations.cc gen/components/schema_org/schema_org_property_names.h gen/components/schema_org/schema_org_property_names.cc
    python ../../components/schema_org/generate_schema_org_code.py --schema-file ../../third_party/schema_org/schema.jsonld --output-dir gen/components/schema_org --templates templates/schema_org_entity_names.cc.tmpl templates/schema_org_entity_names.h.tmpl templates/schema_org_property_configurations.cc.tmpl templates/schema_org_property_configurations.h.tmpl templates/schema_org_property_names.cc.tmpl templates/schema_org_property_names.h.tmpl
    Traceback (most recent call last):
      File "../../components/schema_org/generate_schema_org_code.py", line 22, in <module>
        env = Environment(loader=PackageLoader('generate_schema_org_code', ''))
      File "/build/chromium-83.0.4100.3/components/schema_org/../../third_party/jinja2/loaders.py", line 222, in __init__
        from pkg_resources import DefaultProvider, ResourceManager, \
    ImportError: No module named pkg_resources
    ```
    
    (cherry picked from commit d782c44)
    primeos committed Apr 8, 2020
    Copy the full SHA
    224a5e5 View commit details
    Browse the repository at this point in the history