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: e89fc19b97b3
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: dfd8f84aef12
Choose a head ref
  • 9 commits
  • 6 files changed
  • 5 contributors

Commits on Apr 23, 2019

  1. Revert "ocamlPackages.zarith: 1.7 -> 1.8"

    This reverts commit 1c84236.
    
    See the explanation in 564653f. The
    lack of CAML_LD_LIBRARY_PATH causes regressions in dependent downstream
    packages that try to use dllzarith.so directly.
    thoughtpolice committed Apr 23, 2019
    Copy the full SHA
    44da3f6 View commit details
    Browse the repository at this point in the history
  2. ocamlPackages.zarith: 1.7 -> 1.8

    Signed-off-by: Austin Seipp <aseipp@pobox.com>
    thoughtpolice committed Apr 23, 2019
    Copy the full SHA
    1daf31d View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2019

  1. libp11: 0.4.9 -> 0.4.10

    The build was broken as the output was nested inside /nix/store so fix that as
    well. We didn't know as no other derivation was using it.
    peterhoeg committed Apr 24, 2019
    Copy the full SHA
    c4919b6 View commit details
    Browse the repository at this point in the history
  2. rng-tools: 6.6 -> 6.7

    A few other changes:
    
     - use autoreconfHook instead of doing it manually
     - clean up with/enable flags
     - add support for PKCS11 entropy sources
    
    PKCS11 is not fully tested yet as my hardware hasn't arrived.
    peterhoeg committed Apr 24, 2019
    Copy the full SHA
    c9b0c68 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2019

  1. Merge pull request #60142 from peterhoeg/u/rng

    rng-tools: 6.6 -> 6.7 and libp11: 0.4.9 -> 0.4.10
    peterhoeg committed Apr 25, 2019
    Copy the full SHA
    1011fae View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e3a0365 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    ce714f2 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #60094 from thoughtpolice/nixpkgs/zarith-fixes

    ocamlPackages: fix regression in zarith-dependent libraries
    vbgl committed Apr 25, 2019
    Copy the full SHA
    ed1b59a View commit details
    Browse the repository at this point in the history
  5. python3Packages.jupyterlab: Fix build

    The build was broken by updating the underlying python library.
    This is the quickfix.
    
    Fixes: ca67a7200cf ("python37Packages.jupyterlab_server: 0.2.0 -> 0.3.0")
    Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
    matthiasbeyer authored and FRidh committed Apr 25, 2019
    Copy the full SHA
    dfd8f84 View commit details
    Browse the repository at this point in the history