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

Commits on Sep 19, 2018

  1. zlib: Fix iOS cross build

      1. CHOST is how one specifies the cross host platform with this
      non-standard configure script. We were just getting lucky with Linux
      cross.
    
      2. install_name_tool needs the the binutils prefix.
    Ericson2314 committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    cc83d59 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #46904 from obsidiansystems/zlib-ios

    zlib: Fix iOS cross build for 18.09
    Ericson2314 committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    90e9b8d View commit details
    Browse the repository at this point in the history
  3. datadog-agent: remove privateTmp=true

    This allows postgres integration to connect to socket in /tmp
    
    (cherry picked from commit 5715aa1)
    Signed-off-by: Domen Kožar <domen@dev.si>
    domenkozar committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    b8f71e3 View commit details
    Browse the repository at this point in the history
  4. arelle: fix build, use current python3 (#46862)

    It was pinned to python34, build failed in dependency
    python34Packages.pytest. Use python3(6) instead.
    
    (cherry picked from commit a0c5dd8)
    xeji committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    08c39f8 View commit details
    Browse the repository at this point in the history
  5. pythonPackages.nilearn: disable still failing tests (#46918)

    A previous attempt to fix tests failing on some machines (#46850)
    was unsuccessful, they still failed on Hydra sometimes while
    succeeding locally. Revert #46850 and disable these tests instead.
    
    (cherry picked from commit f3a0c8a)
    xeji committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    175d492 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2018

  1. wireguard-tools: 0.0.20180904 -> 0.0.20180918

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/wireguard-tools/versions
    
    (cherry picked from commit 03d8620)
    r-ryantm authored and Mic92 committed Sep 20, 2018
    Configuration menu
    Copy the full SHA
    d4e9c35 View commit details
    Browse the repository at this point in the history
  2. nixos/yabar: fix module & test (#46954)

    The `pkgs.yabar` package is relatively old (2016-04) and contains
    several issues fixed on master. `yabar-unstable` containsa recent master
    build with several fixes and a lot of new features (I use
    `yabar-unstable` for some time now and had no issues with it).
    
    In the upstream bugtracker some bugs could be fixed on ArchLinux by
    simply installing `yabar-git` (an AUR package which builds a recent
    master).
    
    To stabilize the module, the option `programs.yabar.package` now
    defaults to `pkgs.yabar-unstable` and yields a warning with several
    linked issues that are known on `pkgs.yabar`.
    
    The test has been refactored as well to ensure that `yabar` actually
    starts (and avoid non-deterministic random success) and takes a
    screenshot of a very minimalistic configuration on IceWM.
    
    Fixes #46899
    
    (cherry picked from commit 8b58a71)
    Ma27 authored and xeji committed Sep 20, 2018
    Configuration menu
    Copy the full SHA
    b89050d View commit details
    Browse the repository at this point in the history
  3. gitlab: add missing meta.platforms

    (cherry picked from commit 8cd90e4)
    xeji committed Sep 20, 2018
    Configuration menu
    Copy the full SHA
    43809bd View commit details
    Browse the repository at this point in the history
  4. nixos/tests/networking.virtual: prevent non-deterministic failure (#4…

    …6949)
    
    The test failed non-deterministically on Hydra because interfaces
    sometimes weren't yet fully cleaned up when the result was checked.
    
    (cherry picked from commit 0565996)
    xeji committed Sep 20, 2018
    Configuration menu
    Copy the full SHA
    d5cbdec View commit details
    Browse the repository at this point in the history
  5. linux: 4.4.156 -> 4.4.157

    (cherry picked from commit 9d678ecf88ee0691cd85d348a790802239faaa10)
    NeQuissimus committed Sep 20, 2018
    Configuration menu
    Copy the full SHA
    672b375 View commit details
    Browse the repository at this point in the history
  6. linux: 4.9.127 -> 4.9.128

    (cherry picked from commit 172e43335443b15ba25989759eb4085bed55542a)
    NeQuissimus committed Sep 20, 2018
    Configuration menu
    Copy the full SHA
    e8f3acd View commit details
    Browse the repository at this point in the history
  7. linux: 4.14.70 -> 4.14.71

    (cherry picked from commit 1c620c669655c1aa7a101a7fafba7327a60293c1)
    NeQuissimus committed Sep 20, 2018
    Configuration menu
    Copy the full SHA
    3f2aa18 View commit details
    Browse the repository at this point in the history
  8. linux: 4.18.8 -> 4.18.9

    (cherry picked from commit 3e4377cf15fb153010ff8d49dcaf131f1dfe0af9)
    NeQuissimus committed Sep 20, 2018
    Configuration menu
    Copy the full SHA
    6ec6497 View commit details
    Browse the repository at this point in the history