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: 83d1e9eb1f66
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 7525624b6eb1
Choose a head ref
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Mar 24, 2020

  1. gn: 20190403 -> 2020-03-09

    This updates gn to the required version for chromiumDev (the recommended
    version for the stable release of Chromium isn't sufficient [0]).
    
    [0]: The Chromium build fails during the configuration phase:
    ERROR at //mojo/public/tools/bindings/mojom.gni:393:16: Undefined identifier
                   "cpp_typemaps",
                   ^-------------
    primeos committed Mar 24, 2020
    Copy the full SHA
    a1b4bfe View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2020

  1. aseprite.skia: Override the gn version to fix the build

    With #83290 merged the build would fail during the configuration phase:
    ```
    configuring
    ERROR at //gn/BUILDCONFIG.gn:85:14: Script returned non-zero exit code.
      is_clang = exec_script("gn/is_clang.py",
                 ^----------
    Current dir: /build/source/out/Release/
    Command: python /build/source/gn/gn/is_clang.py cc c++
    Returned 2.
    stderr:
    
    python: can't open file '/build/source/gn/gn/is_clang.py': [Errno 2] No such file or directory
    ```
    primeos committed Mar 25, 2020
    Copy the full SHA
    ad66bbd View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2020

  1. Merge pull request #83290 from primeos/gn

    gn: 20190403 -> 2020-03-09
    primeos committed Mar 26, 2020
    Copy the full SHA
    7525624 View commit details
    Browse the repository at this point in the history