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: bad5d145c28d
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: 06f883f7a0ea
Choose a head ref
  • 20 commits
  • 16 files changed
  • 17 contributors

Commits on Dec 3, 2018

  1. pythonPackages.matplotlib: enable tk backend by default

    We currently do not build mathplotlib with any backend. This can be very
    confusing for users. They will try to use matplotlib and it will simply
    display nothing (see #51337). We should ship at least one backend. `tk`
    was chosen somewhat arbitrarily. The gtk backend is problematic (see
    NixOS/nixpkgs#50959 (comment))
    so tkinter seems like a good choice.
    
    There is already a backend provided on darwin so there is no reason to
    include tk there.
    timokau committed Dec 3, 2018
    Copy the full SHA
    dca6628 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2019

  1. emacs: backport hunspell 1.7.0 support from upstream

    NixOS 19.03 has hunspell 1.7.0 which is incompatible with emacs 26.1.
    This issue has been fixed in upstream and we should drop this patch
    after emacs is updated too.
    László Vaskó authored and László Vaskó committed Mar 10, 2019
    Copy the full SHA
    4952378 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2019

  1. Copy the full SHA
    bce7e3b View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2019

  1. sublime3: Fix python api locale

    d10n committed Mar 28, 2019
    Copy the full SHA
    37f416a View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2019

  1. cmocka: 1.1.3 -> 1.1.5

    https://gitlab.com/cmocka/cmocka/tags/cmocka-1.1.5
    slightly more descriptive note about the release
    on https://cmocka.org but not easy to link.
    dtzWill committed Mar 29, 2019
    Copy the full SHA
    658d891 View commit details
    Browse the repository at this point in the history
  2. clblas: turn of gtest, fix build

    clblas does not work anymore with gmock 1.8.1.
    Turning off the test suite fixes the build.
    markuskowa committed Mar 29, 2019
    Copy the full SHA
    4c74ee9 View commit details
    Browse the repository at this point in the history
  3. libgpuarray: fix build

    move cmake into nativeBuildInputs
    markuskowa committed Mar 29, 2019
    Copy the full SHA
    ad1e7b0 View commit details
    Browse the repository at this point in the history
  4. lib: lists: Alias builtins.map

    Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
    Suggested-by: Profpatsch <mail@profpatsch.de>
    matthiasbeyer committed Mar 29, 2019
    Copy the full SHA
    3cf40fc View commit details
    Browse the repository at this point in the history
  5. (ruby-modules/gem): (refactor) (#53525)

    * Changing leaveDotGit to git chacha on build
    
    * Removing debugging cruft
    
    * Simpler git handling
    
    * Can't clobber index after `add`
    
    * Update pkgs/development/ruby-modules/gem/default.nix
    
    Useful comments
    
    Co-Authored-By: nyarly <nyarly@users.noreply.github.com>
    
    * Update pkgs/development/ruby-modules/gem/default.nix
    
    Comments are useful
    
    Co-Authored-By: nyarly <nyarly@users.noreply.github.com>
    nyarly authored and zimbatm committed Mar 29, 2019
    Copy the full SHA
    704d020 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    b903820 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #57824 from illegalprime/fix/libmodbus-cross

    libmodbus: fix for cross compilation
    Mic92 committed Mar 29, 2019
    Copy the full SHA
    382333b View commit details
    Browse the repository at this point in the history
  8. assaultcube: unstable-2017-05-01 -> unstable-2018-05-20

    Bignaux Ronan committed Mar 29, 2019
    Copy the full SHA
    0a38c27 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #57237 from vlaci/pkgs/emacs

    emacs: backport hunspell 1.7.0 support from upstream
    dywedir committed Mar 29, 2019
    Copy the full SHA
    60ec578 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #58537 from matthiasbeyer/alias-map

    lib: lists: Alias map = builtins.map
    infinisil committed Mar 29, 2019
    Copy the full SHA
    84067b7 View commit details
    Browse the repository at this point in the history
  11. minio: init at 4.0.13

    peterromfeldhk authored and flokli committed Mar 29, 2019
    Copy the full SHA
    364cbd0 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #58533 from bignaux/assaultcube

    assaultcube: unstable-2017-05-01 -> unstable-2018-05-20
    ryantm committed Mar 29, 2019
    Copy the full SHA
    cb4b210 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #58521 from dtzWill/update/cmocka-1.1.15

    cmocka: 1.1.3 -> 1.1.5
    rasendubi committed Mar 29, 2019
    Copy the full SHA
    5b0dc3c View commit details
    Browse the repository at this point in the history
  14. Merge pull request #54972 from trustedkey/minio

    pythonPackages.minio: init at 4.0.11
    flokli committed Mar 29, 2019
    Copy the full SHA
    cb09c5b View commit details
    Browse the repository at this point in the history
  15. Merge pull request #58536 from markuskowa/fix-clblas

    clblas: turn of gtest, fix build
    infinisil committed Mar 29, 2019
    Copy the full SHA
    106b52b View commit details
    Browse the repository at this point in the history
  16. Merge pull request #51344 from timokau/sagenb-matplotlib-fix

    pythonPackages.matplotlib: enable tk backend by default
    infinisil committed Mar 29, 2019
    Copy the full SHA
    06f883f View commit details
    Browse the repository at this point in the history