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: 0db2f2fdf6f5
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: d782c440aedd
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Apr 7, 2020

  1. 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
    ```
    primeos committed Apr 7, 2020
    Copy the full SHA
    d782c44 View commit details
    Browse the repository at this point in the history