Skip to content
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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4422ff588f1d
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 409a72a49a44
Choose a head ref

Commits on May 31, 2020

  1. Copy the full SHA
    d0cb57b View commit details

Commits on Jun 2, 2020

  1. Copy the full SHA
    8576002 View commit details
  2. Copy the full SHA
    44007de View commit details

Commits on Jun 11, 2020

  1. raspberrypi-builder: ensure scripts fails on error

    The way this ends up being called with the raspberry pi 4 image builder
    ends up not using the `-e` from the shebang.
    
    In turn, the builds fails during cross-compilation. The wrong coreutils
    ends up being used, but this is not made apparent.
    
    The issue I faced is already fixed on master, but this ensures no one
    ends up with a failed build "succeeding".
    samueldr committed Jun 11, 2020
    Copy the full SHA
    37e50ca View commit details
  2. sd-image: Make firmware partition name configurable

    This will be helpful in the now too-long-lived image for the Raspberry
    Pi 4. We'll be able to properly configure the partition to be useful.
    samueldr committed Jun 11, 2020
    Copy the full SHA
    34caab7 View commit details
  3. sd-image-raspberrypi4: mount boot partition

    This should have been done initially, as otherwise it gets awfully
    awkward to boot into new generations by default.
    
    This system-specific image wasn't expected to be long-lived, thus why it
    didn't end up being polished much.
    
    Reality shows us we may be stuck with it for a bit longer, so let's make
    it easier to use for new users.
    samueldr committed Jun 11, 2020
    Copy the full SHA
    476c8e0 View commit details

Commits on Jun 18, 2020

  1. Copy the full SHA
    04570e6 View commit details

Commits on Jun 19, 2020

  1. clojure: install man pages

    Also move `makeWrapper` to `nativeBuildInputs`.
    danieldk committed Jun 19, 2020
    Copy the full SHA
    a6f7a8b View commit details
  2. deno: 1.1.0 -> 1.1.1

    06kellyjac committed Jun 19, 2020
    Copy the full SHA
    3077a7d View commit details

Commits on Jun 20, 2020

  1. nginx: change how the perl module is configured

    Previously, http_perl_module was disabled by overriding perl=null -- this means
    it is impossible to disable http_perl_module in openresty, since openresty
    requires perl for its configure scripts.
    JJJollyjim committed Jun 20, 2020
    Copy the full SHA
    dca001e View commit details
  2. openresty: disable the http_perl_module

    I have been experiencing intermittent segfaults inside the perl module on
    startup during config parsing, despite not actually using any perl features in
    my config.
    
    This creates consistency with the standard nginx packages, and the upstream
    openresty binaries.
    JJJollyjim committed Jun 20, 2020
    Copy the full SHA
    22906fc View commit details
  3. nixos/nextcloud: add occ internal option

    This option exposes the prefconfigured nextcloud-occ
    program. nextcloud-occ can then be used in other systemd services or
    added in environment.systemPackages.
    
    The nextcloud test shows how it can be add in
    environment.systemPackages.
    nlewo committed Jun 20, 2020
    Copy the full SHA
    7d994ad View commit details
  4. python3Packages.srsly: disable on Python older than 3.6

    Also add an import check.
    danieldk committed Jun 20, 2020
    Copy the full SHA
    e2e115c View commit details
  5. alacritty: fix build on darwin

    marsam committed Jun 20, 2020
    Copy the full SHA
    cb11ab3 View commit details
  6. nixos/home-assistant: make service reloadable

    This allows quick reloads using the following trick:
    
    $(nix-build --show-trace --no-out-link \
      -E '(with import <nixpkgs/nixos> {};
           pkgs.writeScript "update-hass-config"
           config.systemd.services.home-assistant.preStart)')
    systemctl reload home-assistant
    Mic92 committed Jun 20, 2020
    Copy the full SHA
    26e9a34 View commit details
  7. Copy the full SHA
    d690aa8 View commit details
  8. Copy the full SHA
    6c1aea6 View commit details
  9. Copy the full SHA
    d248e8a View commit details
  10. Copy the full SHA
    3c14632 View commit details
  11. Merge pull request #91149 from nlewo/nextcloud-expose-occ

    nixos/nextcloud: add occ internal option
    Ma27 authored Jun 20, 2020
    Copy the full SHA
    c946263 View commit details
  12. Copy the full SHA
    f805871 View commit details
  13. Copy the full SHA
    dbb5bdf View commit details
  14. Merge pull request #91128 from bbigras/rslsync-localhost

    nixos/resilio: listen on [::1] by default
    rnhmjoj authored Jun 20, 2020
    Copy the full SHA
    1eef920 View commit details
  15. Merge pull request #89344 from JJJollyjim/openresty-no-perl

    openresty: disable perl module by default
    7c6f434c authored Jun 20, 2020
    Copy the full SHA
    132ace5 View commit details
  16. python3Packages.thinc: relax catalogue, plac, and srsly constraints

    Also add an import check.
    danieldk committed Jun 20, 2020
    Copy the full SHA
    e6b1c9b View commit details
  17. python3Packages.spacy: relax catalogue, plac, and srsly versions

    Also add an import check.
    danieldk committed Jun 20, 2020
    Copy the full SHA
    916330f View commit details
  18. Copy the full SHA
    be79367 View commit details
  19. python3Packages.pylibgen: remove, upstream unmaintained

    Jonathan Ringer committed Jun 20, 2020
    Copy the full SHA
    49f5b51 View commit details
  20. python3Packages.papis: 0.9 -> 0.10, fix build

    Jonathan Ringer committed Jun 20, 2020
    Copy the full SHA
    011dd50 View commit details
  21. broot: 0.15.1 -> 0.16.0

    bbigras committed Jun 20, 2020
    Copy the full SHA
    44a837d View commit details
  22. python3Packages.peewee: 3.11.2 -> 3.13.3

    tests don't pass without psycopg2 support:
    Exception: Your version of psycopg2 does not support JSON.
    symphorien authored and Jon committed Jun 20, 2020
    Copy the full SHA
    ee52567 View commit details
  23. pantalaimon: 0.6.1 -> 0.6.3

    symphorien authored and Jon committed Jun 20, 2020
    Copy the full SHA
    6345050 View commit details
  24. Copy the full SHA
    dee5584 View commit details
  25. thunderbird-bin: drop GStreamer dependency

    It has not been used since 2015:
    
    mozilla/gecko-dev@42c9261
    jtojnar committed Jun 20, 2020
    Copy the full SHA
    f0d4f5f View commit details
  26. Merge pull request #90119 from samueldr/feature/rpi4-fixups

    Fix some pitfalls from the Raspberry Pi 4 specific sd image
    samueldr authored Jun 20, 2020
    Copy the full SHA
    f203b8b View commit details
  27. thunderbird-bin: remove GConf dependency

    It is only optionally dlopened by crash reporter to try to get system proxy settings
    but no system stores proxy in GConf these days so it is completely useless.
    
    https://github.com/mozilla/gecko-dev/blob/97c590ed5532a7b382b5b8500c109de8f1d831e3/toolkit/crashreporter/client/crashreporter_gtk_common.cpp#L121-L122
    jtojnar committed Jun 20, 2020
    Copy the full SHA
    a22a20c View commit details
  28. Copy the full SHA
    1cbcbbe View commit details
  29. Copy the full SHA
    3dd5efc View commit details
  30. Copy the full SHA
    5b3a626 View commit details
  31. Copy the full SHA
    987a5c1 View commit details
  32. Copy the full SHA
    5384ace View commit details
  33. Copy the full SHA
    a699dd2 View commit details
  34. firefox-bin: remove GConf dependency

    It is only optionally dlopened by crash reporter to try to get system proxy settings
    but no system stores proxy in GConf these days so it is completely useless.
    
    https://github.com/mozilla/gecko-dev/blob/97c590ed5532a7b382b5b8500c109de8f1d831e3/toolkit/crashreporter/client/crashreporter_gtk_common.cpp#L121-L122
    jtojnar committed Jun 20, 2020
    Copy the full SHA
    eb700f7 View commit details
  35. Merge pull request #91174 from mmahut/codeowners-bc

    CODEOWNERS: adding mmahut to blockchains
    aanderse authored Jun 20, 2020
    Copy the full SHA
    6e73d3b View commit details
  36. beets: fix werkzeug testcases

    Closes #91131
    mweinelt authored and Jon committed Jun 20, 2020
    Copy the full SHA
    a9422ba View commit details
  37. ansible: v2.9.9 -> v2.9.10

    mweinelt authored and Jon committed Jun 20, 2020
    Copy the full SHA
    60f0e62 View commit details

Commits on Jun 21, 2020

  1. Revert "libinput: ensure that we only apply touchpad options to touch…

    …pads"
    
    This reverts commit 912a584.
    eadwu committed Jun 21, 2020
    Copy the full SHA
    00f7558 View commit details
  2. Copy the full SHA
    deeb3fd View commit details
  3. Merge pull request #87623 from wamserma/lxqt-fix-wallpaper

    lxqt.pcmanfm-qt: fix default wallpaper
    romildo authored Jun 21, 2020
    Copy the full SHA
    6a12c20 View commit details
  4. Merge pull request #91198 from marsam/fix-alacritty-darwin

    alacritty: fix build on darwin
    marsam authored Jun 21, 2020
    Copy the full SHA
    1ca783c View commit details
Loading