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: c68b82c7795b
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: 7a35dcef0a31
Choose a head ref
  • 15 commits
  • 17 files changed
  • 8 contributors

Commits on Jun 5, 2019

  1. mesa: fix stubs on darwin

    Adds a special case for isDarwin
    matthewbauer committed Jun 5, 2019
    Copy the full SHA
    0121da2 View commit details
    Browse the repository at this point in the history
  2. mesa-glu: add macOS frameworks

    - glu needs ApplicationServices
    matthewbauer committed Jun 5, 2019
    Copy the full SHA
    894644c View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    704358d View commit details
    Browse the repository at this point in the history
  4. lua: removed zip.nix orphan file

    I couldn't find any reference to it and luazip was already packaged in
    lua-packages.nix (now generated).
    teto committed Jun 5, 2019
    Copy the full SHA
    f67d859 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    9ed7c04 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    4481a01 View commit details
    Browse the repository at this point in the history
  7. chromium: 74.0.3729.157 -> 75.0.3770.80

    CVE-2019-5828 CVE-2019-5829 CVE-2019-5830 CVE-2019-5831
    CVE-2019-5832 CVE-2019-5833 CVE-2019-5834 CVE-2019-5835
    CVE-2019-5836 CVE-2019-5837 CVE-2019-5838 CVE-2019-5839
    CVE-2019-5840
    
    Update a patch for Python 3, fixes #62347.
    
    Update a GN arg to fix this warning:
    
    warning: The GN arg 'remove_webcore_debug_symbols' is deprecated and
    warning: will be removed April 15, 2019. Please change your args.gn
    warning: to use 'blink_symbol_level = 0'. https://crbug.com/943869
    ivan committed Jun 5, 2019
    Copy the full SHA
    8c78ae2 View commit details
    Browse the repository at this point in the history
  8. firefox-wayland: Add missing dependency libglvnd (libEGL)

    Firefox running in wayland mode is unable to find and load
    libEGL.so (and says so on stdout). This puts it in "basic"
    mode (unaccelerated graphics) and disables WebGL. Fix this by adding
    libglvnd to the LD_LIBRARY_PATH.
    talyz committed Jun 5, 2019
    Copy the full SHA
    ae2778c View commit details
    Browse the repository at this point in the history
  9. Merge pull request #62312 from vanschelven/rfc3987

    pythonPackages.rfc3987: init at 1.3.8
    worldofpeace committed Jun 5, 2019
    Copy the full SHA
    75fba4a View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    fcf7cac View commit details
    Browse the repository at this point in the history
  11. tbb: 2019_U6 -> 2019_U7

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/tbb/versions
    r-ryantm authored and thoughtpolice committed Jun 5, 2019
    Copy the full SHA
    91b8a60 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #62720 from ivan/chromium-75.0.3770.80

    chromium: 74.0.3729.157 -> 75.0.3770.80
    andir committed Jun 5, 2019
    Copy the full SHA
    86d2752 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #62728 from talyz/firefox-wayland

    firefox-wayland: Add missing dependency libglvnd (libEGL)
    andir committed Jun 5, 2019
    Copy the full SHA
    18a2a96 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2019

  1. Merge pull request #62715 from matthewbauer/darwin-gl

    Darwin GL Experiments
    matthewbauer committed Jun 6, 2019
    Copy the full SHA
    e44fdaa View commit details
    Browse the repository at this point in the history
  2. Merge pull request #62717 from teto/luazip

    Luazip update
    teto committed Jun 6, 2019
    Copy the full SHA
    7a35dce View commit details
    Browse the repository at this point in the history