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: 97648655bf76
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: cb4e56a7e93b
Choose a head ref
  • 17 commits
  • 17 files changed
  • 12 contributors

Commits on Jul 27, 2019

  1. snscrape: 0.2.0 -> 0.3.0

    ivan committed Jul 27, 2019
    Copy the full SHA
    242e3b3 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2019

  1. nixos/hardware.deviceTree: new module

    Add support for custom device-tree files, and applying overlays to them.
    This is useful for supporting non-discoverable hardware, such as sensors
    attached to GPIO pins on a Raspberry Pi.
    kwohlfahrt committed Aug 7, 2019
    Copy the full SHA
    dd0a951 View commit details
    Browse the repository at this point in the history
  2. nixos/hardware.deviceTree: Move things around

    In response to comments, create a sub-folder for deviceTree packages
    (starting with rpi), and a top-level package for helpers.
    kwohlfahrt committed Aug 7, 2019
    Copy the full SHA
    28cf80a View commit details
    Browse the repository at this point in the history
  3. device-tree_rpi: fixup dtb names

    This is just as messy as it is for the kernel files. Maybe it should be
    done in the uboot boot-loader?
    kwohlfahrt committed Aug 7, 2019
    Copy the full SHA
    766e095 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2019

  1. pythonPackages.pomegranate: 0.8.1 -> 0.11.0

    jbedo authored and veprbl committed Aug 13, 2019
    Copy the full SHA
    5859c5b View commit details
    Browse the repository at this point in the history
  2. pythonPackages.pyfaidx: init at 0.5.5.2

    jbedo authored and veprbl committed Aug 13, 2019
    Copy the full SHA
    4bb197f View commit details
    Browse the repository at this point in the history
  3. pythonPackages.cnvkit: init at 0.9.6

    jbedo authored and veprbl committed Aug 13, 2019
    Copy the full SHA
    f889214 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2019

  1. bitcoin: 0.18.0 -> 0.18.1

    jonasnick committed Aug 15, 2019
    Copy the full SHA
    6cb53ac View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2019

  1. podman: 1.4.4 -> 1.5.1

    Signed-off-by: Sascha Grunert <sgrunert@suse.com>
    saschagrunert committed Aug 16, 2019
    Copy the full SHA
    a2b27ec View commit details
    Browse the repository at this point in the history
  2. Merge pull request #66717 from saschagrunert/podman

    podman: 1.4.4 -> 1.5.1
    mmahut committed Aug 16, 2019
    Copy the full SHA
    53e8129 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #64321 from jbedo/cnvkit

    CNVkit: init 0.9.6
    veprbl committed Aug 16, 2019
    Copy the full SHA
    8f8da32 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #66694 from jonasnick/bitcoin-0.18.1

    bitcoin: 0.18.0 -> 0.18.1
    mmahut committed Aug 16, 2019
    Copy the full SHA
    fba291b View commit details
    Browse the repository at this point in the history
  5. Merge pull request #64054 from ivan/snscrape-0.3.0

    snscrape: 0.2.0 -> 0.3.0
    grahamc committed Aug 16, 2019
    Copy the full SHA
    332a46b View commit details
    Browse the repository at this point in the history
  6. bazel: Fix python stub template

    The shebang in the python stub template was incorrectly patched to
    ```
    <store-path>/bin/env python
    ```
    instead of
    ```
    <store-path>/bin/python
    ```
    
    The reason was that `patchShebangs` was called with `--replace` which is
    an unknown argument.
    ```
    patching script interpreter paths in src/main/java/com/google/devtools/build/lib/bazel/rules/python/python_stub_template.txt --replace /usr/bin/env python /nix/store/w7gsq8v86hni4ynaqgwwlnlny115ylng-python3-3.7.4/bin/python
    find: unknown predicate `--replace'
    ```
    
    Using `substituteInPlace` instead resolves that issue.
    
    The wrong shebang caused failures of `py_binary` targets due to `python`
    not being in `PATH` in certain circumstances.
    aherrmann authored and Profpatsch committed Aug 16, 2019
    Copy the full SHA
    f426173 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #60422 from kwohlfahrt/device-tree

    nixos/hardware.deviceTree: new module
    samueldr committed Aug 16, 2019
    Copy the full SHA
    b750ebf View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    f2b661a View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    cb4e56a View commit details
    Browse the repository at this point in the history