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: b853e73d5283
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: d3905a3ddf58
Choose a head ref
  • 11 commits
  • 11 files changed
  • 6 contributors

Commits on Sep 19, 2018

  1. dockerTools.pullImage: correct default arch

    (cherry picked from commit af5eab6)
    Jack Kelly authored and nlewo committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    adb467e View commit details
    Browse the repository at this point in the history
  2. python/hetzner: 0.8.0 -> 0.8.1

    This is only a minor bugfix release and updates the fallback CA root
    certificates. For NixOS this is usually not required as the probe paths
    will match there, but for non-NixOS users it might be helpful.
    
    Signed-off-by: aszlig <aszlig@nix.build>
    (cherry picked from commit 48d1c50)
    Reason: This might be relevant for NixOps users on Mac OS X and the
            update won't break anything that wasn't broken before.
    aszlig committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    d07dbd4 View commit details
    Browse the repository at this point in the history
  3. homebank: 5.1.8 -> 5.2.1

    pSub committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    86f9a95 View commit details
    Browse the repository at this point in the history
  4. python3.pkgs.typeguard: fix builds by applying utf-8 locales

    ZHF #45960
    
    (cherry picked from commit b224eef)
    Mic92 committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    09d8df5 View commit details
    Browse the repository at this point in the history
  5. pythonPackages.nilearn: fix test_signal tests (#46850)

    These tests failed on some machines, probably due to lower arithmetic
    presicion. Reduce required precision from 13 to 8 decimal digits.
    
    (cherry picked from commit 970393c)
    xeji committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    fd0c124 View commit details
    Browse the repository at this point in the history
  6. czmq: 4.0.2 -> 4.1.1 (#46855)

    (cherry picked from commit c996916)
    xeji committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    1bc047d View commit details
    Browse the repository at this point in the history
  7. openxpki: fix build, use current python3Packages (#46860)

    Build used python34Packages and failed because python34Packages.pytest
    didn't build anymore. Use python3Packages instead.
    
    (cherry picked from commit 0126822)
    xeji committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    2c43ad2 View commit details
    Browse the repository at this point in the history
  8. nixos/tests/containers-imperative: fix on i686 (#46874)

    Test failed on i686 in a sandbox because some packages required
    to build the nixos manual for the container were missing. Add them.
    
    (cherry picked from commit daf40ab)
    xeji committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    842b905 View commit details
    Browse the repository at this point in the history
  9. nixos/tests/hibernate: prevent non-deterministic failure (#46882)

    ... that occurred mostly on i686. Improve timing.
    With this, the failures are no longer reproducible on my machine.
    
    (cherry picked from commit beb8ca2)
    xeji committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    d5d36e5 View commit details
    Browse the repository at this point in the history
  10. exempi: fix i686 build (#46884)

    failed with `unknown symbol __divmoddi4`.
    Standard fix is to use gcc6.
    
    (cherry picked from commit d57c9ec)
    xeji committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    3af2eb2 View commit details
    Browse the repository at this point in the history
  11. lightdm: fix tmpfiles path (#46886)

    (cherry picked from commit 1a15b10)
    eadwu authored and xeji committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    d3905a3 View commit details
    Browse the repository at this point in the history