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: e4db75f46dc5
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: b3c3a0bd1835
Choose a head ref
  • 14 commits
  • 16 files changed
  • 7 contributors

Commits on Apr 18, 2020

  1. age: 1.0.0-beta2 -> unstable-2020-03-25

    There has been no new official release of age,
    but some important fixes and changes have been
    done since the last release in December:
    FiloSottile/age@v1.0.0-beta2...f0f8092
    L-as committed Apr 18, 2020
    Copy the full SHA
    8a5fa65 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2020

  1. Copy the full SHA
    bff2c12 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2020

  1. alacritty: manually strip before running patchelf

    patchelf seems to generate an ELF that "strip" cannot process:
    
      strip: /tmp/stNGAZvd: not enough room for program headers, try linking with -N
      strip:/tmp/stNGAZvd[.interp]: bad value
    
    (This unfortunately does not cause any errors or even error output in
    the build log, since the default strip hook redirects them to /dev/null
    and ignores failures.)
    
    The lack of stripping ends up leaking paths to the compiler in the debug
    symbols. This more than doubles the transitive closure size of
    alacritty.
    
    Impact on closure size: 314.5M -> 131.8M.
    delroth committed Apr 20, 2020
    Copy the full SHA
    e857e72 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b442f8e View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    ee3eb80 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    32029f3 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    93df15d View commit details
    Browse the repository at this point in the history
  6. Merge pull request #81365 from peterhoeg/p/https-dns

    https-dns-proxy: init at unstable-20200419
    peterhoeg committed Apr 20, 2020
    Copy the full SHA
    53c14c4 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    f397129 View commit details
    Browse the repository at this point in the history
  8. ocamlPackages.async_ssl: remove at 113.33.07

    This is the legacy version for OCaml ≤ 4.02
    vbgl committed Apr 20, 2020
    Copy the full SHA
    75971d0 View commit details
    Browse the repository at this point in the history
  9. satysfi: use OCaml 4.07

    vbgl committed Apr 20, 2020
    Copy the full SHA
    71c405e View commit details
    Browse the repository at this point in the history
  10. ocamlPackages.janeStreet: 0.12 → 0.13

    ocamlPackages.bistro: fix for core-0.13
    ocamlPackages.phylogenetics: 2020-01-05 → 2020-01-25
    vbgl committed Apr 20, 2020
    Copy the full SHA
    3e7a2b9 View commit details
    Browse the repository at this point in the history
  11. pythonPackages.pyopengl: avoid dragging in 500M of -dev packages

    Only the actual shared libraries are required to be installed, and they
    are imported directly by path via ctypes. The package's patchPhase
    already takes care of embedding the Nix store paths of the required
    libraries into pyopengl.
    
    This reduces the transitive closure size of PyOpenGL: 622M -> 136M.
    delroth authored and FRidh committed Apr 20, 2020
    Copy the full SHA
    f52443e View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    b3c3a0b View commit details
    Browse the repository at this point in the history