Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.
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-channels
base: 3506bce1d405
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: f8a10a771937
Choose a head ref
  • 6 commits
  • 4 files changed
  • 4 contributors

Commits on Aug 11, 2020

  1. chromium{Beta,Dev}: M84 -> M85 -> M86 (broken)

    Mark chromiumDev as broken since the build requires LLVM 11 which is not
    yet in Nixpkgs (due to the lack of an RC, see #93324). Build error:
    clang (LLVM option parsing): Unknown command line argument '-basic-aa-recphi=0'.  Try: 'clang (LLVM option parsing) --help'
    clang (LLVM option parsing): Did you mean '--basicaa-recphi=0'?
    ninja: build stopped: subcommand failed.
    
    (cherry picked from commit 11fbe97)
    primeos committed Aug 11, 2020
    Copy the full SHA
    46fccc5 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    8d924ba View commit details
    Browse the repository at this point in the history
  3. chromium: Add missing dependency on gnugrep

    The bin script that runs chromium calls out to gnugrep - but gnugrep is
    missing as a runtime dependency of the chromium package. I found this
    out when I was trying to put it in a docker image.
    
    (cherry picked from commit d433839)
    glittershark authored and primeos committed Aug 11, 2020
    Copy the full SHA
    59c4961 View commit details
    Browse the repository at this point in the history
  4. chromium: Add missing dependency on coreutils (#94578)

    The script that runs chromium calls tr from coreutils - however
    it just assumed that coreutils are in PATH.
    
    With missing coreutils chromium did still launch (at least with
    d433839 applied) but emitted
    `line 15: tr: command not found` error messages.
    
    (cherry picked from commit 6e4d33a)
    f4814 authored and primeos committed Aug 11, 2020
    Copy the full SHA
    1d1d585 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2020

  1. Merge pull request #95176 from primeos/chromium-backport

    [20.03] chromium: 84.0.4147.105 -> 84.0.4147.125
    primeos committed Aug 15, 2020
    Copy the full SHA
    f59b271 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2020

  1. python3Packages.uvloop: disable test_write_to_closed_transport test o…

    …n 3.8+
    
    Reenables the TCP testsuite and only disables the single failing test.
    
    MagicStack/uvloop#355
    (cherry picked from commit affa772)
    mweinelt authored and jonringer committed Aug 16, 2020
    Copy the full SHA
    f8a10a7 View commit details
    Browse the repository at this point in the history