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: 35a504415f65
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: 06d7f2d3684d
Choose a head ref
  • 14 commits
  • 12 files changed
  • 8 contributors

Commits on Mar 10, 2019

  1. pythonPackages.jaraco_itertools: fix build

    The package currently fails because of some flake8 violations. However
    invalid coding style shouldn't break the Nix package.
    
    See also https://hydra.nixos.org/build/90115508
    Addresses #56826
    Ma27 committed Mar 10, 2019
    Copy the full SHA
    eede376 View commit details
    Browse the repository at this point in the history
  2. pythonPackages.jaraco_text: 2.0 -> 3.0

    This fixes the dependency cycle between `jaraco_text` and
    `jaraco_collections`. Reported upstream in jaraco/jaraco.text#3
    
    See also https://hydra.nixos.org/build/90307068
    See also https://hydra.nixos.org/build/90310398
    Addresses #56826
    Ma27 committed Mar 10, 2019
    Copy the full SHA
    4c57b5e View commit details
    Browse the repository at this point in the history
  3. pythonPackages.jaraco_logging: fix build

    The package currently fails because of some flake8 violations. However
    invalid coding style shouldn't break the Nix package.
    
    See also https://hydra.nixos.org/build/90301692
    Addresses #56826
    Ma27 committed Mar 10, 2019
    Copy the full SHA
    18b0729 View commit details
    Browse the repository at this point in the history
  4. python3Packages.irc: fix build

    Adds missing `jaraco_collections` dependency. This also unbreaks
    `errbot`.
    
    See also https://hydra.nixos.org/build/90116401
    Addresses #56826
    Ma27 committed Mar 10, 2019
    Copy the full SHA
    8159a1f View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2019

  1. opam: put the whole /nix in OPAM_USER_PATH_RO

    Some symlinks point to /nix/var/profiles/per-user/…, these have be
    readable too.
    umazalakain committed Mar 11, 2019
    Copy the full SHA
    83e6a1c View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2019

  1. anbox: cleanup

    Use trivial builders for all the text manipulation and use runtimeShell
    worldofpeace committed Mar 22, 2019
    Copy the full SHA
    1e2b834 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2019

  1. Copy the full SHA
    003ad78 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    24484b2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #57256 from Ma27/fix-jaraco-pkgs

    errbot: fix broken dependencies
    dotlambda committed Mar 23, 2019
    Copy the full SHA
    3f217df View commit details
    Browse the repository at this point in the history
  4. Merge pull request #58143 from worldofpeace/anbox-nits

    anbox: cleanup
    gebner committed Mar 23, 2019
    Copy the full SHA
    d5a533d View commit details
    Browse the repository at this point in the history
  5. Merge pull request #58163 from dtzWill/update/qalculate-3

    libqalculate,qalculate-gtk: 2.9.0 -> 3.0.0
    gebner committed Mar 23, 2019
    Copy the full SHA
    4446452 View commit details
    Browse the repository at this point in the history
  6. anbox: fix build on x86_64-linux

    `x86-64-linux` was a typo; there needs to be an underscore in there.
    benley committed Mar 23, 2019
    Copy the full SHA
    fba697d View commit details
    Browse the repository at this point in the history
  7. Merge pull request #57118 from umazalakain/opam-nix-user-path

     opam: put the whole /nix in OPAM_USER_PATH_RO
    srhb committed Mar 23, 2019
    Copy the full SHA
    a7a4fc2 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #58185 from benley/benley/anbox-amd64

    anbox: fix build on x86_64-linux
    srhb committed Mar 23, 2019
    Copy the full SHA
    06d7f2d View commit details
    Browse the repository at this point in the history