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: 419fbda8d9c4
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: de0612c46cf1
Choose a head ref
  • 16 commits
  • 18 files changed
  • 12 contributors

Commits on Mar 11, 2019

  1. opentracing-cpp: 1.5.0 -> 1.5.1

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/opentracing-cpp/versions
    r-ryantm committed Mar 11, 2019
    Copy the full SHA
    ac1002f View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2019

  1. acpilight: add to module-list

    acpilight package and module have been added to nixpkgs, but the
    module hasn't been added to module-list.nix, so using it results in
    the following error.
    
    ```
    The option `hardware.acpilight' defined in `/etc/nixos/configuration.nix' does not exist.
    ```
    
    Add the module to module-list.nix.
    rasendubi committed Mar 19, 2019
    Copy the full SHA
    8984593 View commit details
    Browse the repository at this point in the history
  2. mopidy-iris: 3.32.5 -> 3.33.0

    The removed dependencies were dropped in the following commits:
    jaedb/Iris@0c13445
    jaedb/Iris@4d64980
    jaedb/Iris@c9861bc
    
    Requests was added in:
    jaedb/Iris@28b5f69
    Robert Schütz committed Mar 19, 2019
    Copy the full SHA
    11f0d36 View commit details
    Browse the repository at this point in the history
  3. python.pkgs.pylast: no longer supports python2

    Robert Schütz committed Mar 19, 2019
    Copy the full SHA
    a376d3e View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2019

  1. Merge pull request #57920 from rasendubi/acpilight

    acpilight: add to module-list
    etu committed Mar 20, 2019
    Copy the full SHA
    695d4e0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #57350 from r-ryantm/auto-update/opentracing-cpp

    opentracing-cpp: 1.5.0 -> 1.5.1
    rbvermaa committed Mar 20, 2019
    Copy the full SHA
    c254bb6 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    49fb212 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    0f266d1 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    3fa5e2b View commit details
    Browse the repository at this point in the history
  6. Merge pull request #57922 from dotlambda/mopidy-iris-3.33.0

    mopidy-iris: 3.32.5 -> 3.33.0
    dotlambda committed Mar 20, 2019
    Copy the full SHA
    f2f577c View commit details
    Browse the repository at this point in the history
  7. python37Packages.telethon: 1.5.5 -> 1.6.2

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/python3.7-telethon/versions
    r-ryantm authored and Robert Schütz committed Mar 20, 2019
    Copy the full SHA
    2fd5f71 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #56193 from nyanloutre/mautrix-update

     mautrix-telegram: 0.4.0.post1 -> 0.5.0
    dotlambda committed Mar 20, 2019
    Copy the full SHA
    f088866 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    399061d View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    f6e1221 View commit details
    Browse the repository at this point in the history
  11. elan: 0.7.2 -> 0.7.4

    gebner committed Mar 20, 2019
    Copy the full SHA
    52c3ee6 View commit details
    Browse the repository at this point in the history
  12. auto-patchelf: don't use grep -q, as it causes Broken pipe (#56958)

    This rare sitation was caught when building zoom-us package:
    ```
    automatically fixing dependencies for ELF files
    /nix/store/71d65fplq44y9yn2fvkpn2d3hrszracd-auto-patchelf-hook/nix-support/setup-hook: line 213: echo: write error: Broken pipe
    /nix/store/71d65fplq44y9yn2fvkpn2d3hrszracd-auto-patchelf-hook/nix-support/setup-hook: line 210: echo: write error: Broken pipe
    ```
    
    The worst is that derivation continued and resulted into broken package:
    NixOS/nixpkgs#55566 (comment)
    
    I hope, replacing `grep -q` with `grep` will remove this race condition.
    danbst committed Mar 20, 2019
    Copy the full SHA
    de0612c View commit details
    Browse the repository at this point in the history