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: ff875a967f59
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: b317137894f6
Choose a head ref
  • 15 commits
  • 10 files changed
  • 9 contributors

Commits on Aug 10, 2020

  1. gtk-layer-shell: 0.1.0 -> 0.2.0

    License changed
    jtojnar committed Aug 10, 2020
    Copy the full SHA
    7474d17 View commit details
    Browse the repository at this point in the history
  2. gtk-layer-shell: clean up

    * Use `pkg-config` instead of the alias.
    * `gobject-introspection` is used during build for GIR generation, move it to `nativeBuildInputs`.
    * Remove unused `out` meson flag.
    * Enable docs.
    * Split to multiple outputs.
    jtojnar committed Aug 10, 2020
    Copy the full SHA
    6164ca0 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2020

  1. marwaita: 7.4.3 -> 7.5

    romildo committed Aug 27, 2020
    Copy the full SHA
    e8633b1 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2020

  1. lean: 3.18.4 -> 3.19.0

    marsam committed Aug 29, 2020
    Copy the full SHA
    f7eb288 View commit details
    Browse the repository at this point in the history
  2. pythonPackages.blis: add missing dependency numpy

    blis' numpy dependency seems to have been falsely satisfied by its
    inclusion in checkInputs, whereas this seems to actually be an install
    dependency. this can be demonstrated by attempting to build this package
    with doCheck = false and watching it fail.
    
    also removed cython from checkInputs as it's already in nativeBuildInputs
    risicle committed Aug 29, 2020
    Copy the full SHA
    4b3f8bd View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2020

  1. ostree: 2020.4 -> 2020.5

    r-ryantm authored and jtojnar committed Aug 30, 2020
    Copy the full SHA
    22f30f8 View commit details
    Browse the repository at this point in the history
  2. librepo: 1.12.0 -> 1.12.1

    r-ryantm authored and jtojnar committed Aug 30, 2020
    Copy the full SHA
    555cb24 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #94272 from r-ryantm/auto-update/gtk-layer-shell

    gtk-layer-shell: 0.1.0 -> 0.2.0
    jtojnar committed Aug 30, 2020
    Copy the full SHA
    e487caa View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    7596bb4 View commit details
    Browse the repository at this point in the history
  5. sonata: fix gsettings schemas

    gebner committed Aug 30, 2020
    Copy the full SHA
    d479995 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #96622 from gebner/sonata

    sonata: fix gsettings schemas
    gebner committed Aug 30, 2020
    Copy the full SHA
    0610e03 View commit details
    Browse the repository at this point in the history
  7. python.tests: don't mix the two types of tests

    The integration tests code was included in the environment tests. After
    this commit it is hopefully clearer what belongs together.
    FRidh committed Aug 30, 2020
    Copy the full SHA
    5d8dd5c View commit details
    Browse the repository at this point in the history
  8. Merge pull request #96664 from risicle/ris-blis-missing-dependency

    pythonPackages.blis: add missing dependency numpy
    danieldk committed Aug 30, 2020
    Copy the full SHA
    b4631b0 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    4b00ca0 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #96473 from romildo/upd.marwaita

    marwaita: 7.4.3 -> 7.5
    romildo committed Aug 30, 2020
    Copy the full SHA
    b317137 View commit details
    Browse the repository at this point in the history