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: 0e906e20b332
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: 2831fd071cd2
Choose a head ref
  • 6 commits
  • 8 files changed
  • 4 contributors

Commits on Mar 30, 2019

  1. peek: build with vala_0_40

    Fixes NixOS/nixpkgs#58433
    
    (cherry picked from commit b556663)
    worldofpeace committed Mar 30, 2019
    Copy the full SHA
    a4ae8ce View commit details
    Browse the repository at this point in the history
  2. dlib: add flag to disable AVX support

    Especially older hardware doesn't support AVX instructions. DLib is
    still functional there, but significantly slower[1].
    
    By setting `avxInstructions` to false, DLib will be compiled without
    this feature.
    
    [1] http://dlib.net/compile.html
    
    (cherry picked from commit 9732c44)
    Ma27 committed Mar 30, 2019
    Copy the full SHA
    6f55b04 View commit details
    Browse the repository at this point in the history
  3. pythonPackages.face_recognition: 1.2.2 -> 1.2.3

    There's no git tag for 1.2.3, hence we need to pin to the corresponding
    revision because we build from a git source.
    
    After recent breakage on Hydra[1], the tests were disabled. Although
    some build machines don't support AVX, we shouldn't use a DLib without
    AVX as the builder's result is also used on modern machines with AVX
    support. Before merging changes, maintainers should run the check phase
    locally in a `nix-shell`.
    
    [1] https://hydra.nixos.org/build/89533530
    
    (cherry picked from commit 6fec5aa)
    Ma27 committed Mar 30, 2019
    Copy the full SHA
    f32f452 View commit details
    Browse the repository at this point in the history
  4. postfix: 3.4.3 -> 3.4.4

    http://www.postfix.org/announcements/postfix-3.4.4.html
    (cherry picked from commit 2cfe129)
    Signed-off-by: Maximilian Bosch <maximilian@mbosch.me>
    Robert Schütz authored and Ma27 committed Mar 30, 2019
    Copy the full SHA
    3b61951 View commit details
    Browse the repository at this point in the history
  5. mautrix-whatsapp: 2019-02-11 -> 2019-02-20

    (cherry picked from commit dc6ed78)
    Signed-off-by: Maximilian Bosch <maximilian@mbosch.me>
    Vskilet authored and Ma27 committed Mar 30, 2019
    Copy the full SHA
    d685800 View commit details
    Browse the repository at this point in the history
  6. mautrix-whatsapp: 2019-02-20 -> 2019-02-24

    (cherry picked from commit 43c1fce)
    Signed-off-by: Maximilian Bosch <maximilian@mbosch.me>
    Vskilet authored and Ma27 committed Mar 30, 2019
    Copy the full SHA
    2831fd0 View commit details
    Browse the repository at this point in the history