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: 11ff53e7cbfb
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: 084eaa498727
Choose a head ref
  • 7 commits
  • 11 files changed
  • 4 contributors

Commits on Nov 26, 2019

  1. next: Fix #74258

    Next had a few issues with its packaging:
    * the platform port was exposed in all-packages
      And this is not useful for outside users.
      It's now a local attribute in the next package.
    
    * the platform port wasn't wrapped correctly
      It appears that the lisp core was being wrapped,
      when instead the actual gtk application that's
      called within the lisp core had to be wrapped.
    
    * codestyle/indentation
    worldofpeace committed Nov 26, 2019
    Copy the full SHA
    417d635 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2019

  1. riot-web: 1.5.0 -> 1.5.5

    pacien committed Nov 28, 2019
    Copy the full SHA
    7395dea View commit details
    Browse the repository at this point in the history
  2. riot-desktop: 1.5.0 -> 1.5.5

    pacien committed Nov 28, 2019
    Copy the full SHA
    3941604 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2019

  1. Merge pull request #74546 from pacien/riot-v1.5.5

    riot-{web,desktop}: 1.5.0 -> 1.5.5
    worldofpeace committed Nov 29, 2019
    Copy the full SHA
    a79ca1e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #74265 from worldofpeace/next-fix

    next: Fix #74258
    worldofpeace committed Nov 29, 2019
    Copy the full SHA
    6687a4a View commit details
    Browse the repository at this point in the history
  3. python3Packges.sqlalchemy: disable mem tests on darwin

    These tests fail to pickle a file locally
    Jonathan Ringer committed Nov 29, 2019
    Copy the full SHA
    a2e9b7b View commit details
    Browse the repository at this point in the history
  4. pybind11: Unify with pythonPackages.pybind11

    Instead of one derivation providing a cmake-compatible library and one
    providing a setuptools-compatible library, we now support both ways of
    consuming the library for both pybind11 and python.pkgs.pybind11.
    knedlsepp authored and Jon committed Nov 29, 2019
    Copy the full SHA
    084eaa4 View commit details
    Browse the repository at this point in the history