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: 8bb98968edf2
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: 724133984f06
Choose a head ref
  • 10 commits
  • 15 files changed
  • 6 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. Copy the full SHA
    9cbc698 View commit details
    Browse the repository at this point in the history
  2. zam-plugins: fix build

    Did not find <GL/gl.h> with libGLU_combined for some reason, libGL works and seems to be sufficient.
    jtojnar committed Nov 29, 2019
    Copy the full SHA
    11ff53e View commit details
    Browse the repository at this point in the history
  3. 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
  4. 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
  5. 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
  6. 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
  7. ocaml-kafka: init at 0.4

    rixed authored and vbgl committed Nov 29, 2019
    Copy the full SHA
    7241339 View commit details
    Browse the repository at this point in the history