-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs
base: 4422ff588f1d
head repository: NixOS/nixpkgs
compare: 409a72a49a44
Commits on May 31, 2020
-
Configuration menu - View commit details
-
Copy full SHA for d0cb57b - Browse repository at this point
Copy the full SHA d0cb57bView commit details
Commits on Jun 2, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 8576002 - Browse repository at this point
Copy the full SHA 8576002View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44007de - Browse repository at this point
Copy the full SHA 44007deView commit details
Commits on Jun 11, 2020
-
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".
Configuration menu - View commit details
-
Copy full SHA for 37e50ca - Browse repository at this point
Copy the full SHA 37e50caView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 34caab7 - Browse repository at this point
Copy the full SHA 34caab7View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 476c8e0 - Browse repository at this point
Copy the full SHA 476c8e0View commit details
Commits on Jun 18, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 04570e6 - Browse repository at this point
Copy the full SHA 04570e6View commit details
Commits on Jun 19, 2020
-
Also move `makeWrapper` to `nativeBuildInputs`.
Configuration menu - View commit details
-
Copy full SHA for a6f7a8b - Browse repository at this point
Copy the full SHA a6f7a8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3077a7d - Browse repository at this point
Copy the full SHA 3077a7dView commit details
Commits on Jun 20, 2020
-
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.
Configuration menu - View commit details
-
Copy full SHA for dca001e - Browse repository at this point
Copy the full SHA dca001eView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 22906fc - Browse repository at this point
Copy the full SHA 22906fcView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 7d994ad - Browse repository at this point
Copy the full SHA 7d994adView commit details -
python3Packages.srsly: disable on Python older than 3.6
Also add an import check.
Configuration menu - View commit details
-
Copy full SHA for e2e115c - Browse repository at this point
Copy the full SHA e2e115cView commit details -
Configuration menu - View commit details
-
Copy full SHA for cb11ab3 - Browse repository at this point
Copy the full SHA cb11ab3View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 26e9a34 - Browse repository at this point
Copy the full SHA 26e9a34View commit details -
Configuration menu - View commit details
-
Copy full SHA for d690aa8 - Browse repository at this point
Copy the full SHA d690aa8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c1aea6 - Browse repository at this point
Copy the full SHA 6c1aea6View commit details -
Configuration menu - View commit details
-
Copy full SHA for d248e8a - Browse repository at this point
Copy the full SHA d248e8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c14632 - Browse repository at this point
Copy the full SHA 3c14632View commit details -
Merge pull request #91149 from nlewo/nextcloud-expose-occ
nixos/nextcloud: add occ internal option
Configuration menu - View commit details
-
Copy full SHA for c946263 - Browse repository at this point
Copy the full SHA c946263View commit details -
Configuration menu - View commit details
-
Copy full SHA for f805871 - Browse repository at this point
Copy the full SHA f805871View commit details -
Configuration menu - View commit details
-
Copy full SHA for dbb5bdf - Browse repository at this point
Copy the full SHA dbb5bdfView commit details -
Merge pull request #91128 from bbigras/rslsync-localhost
nixos/resilio: listen on [::1] by default
Configuration menu - View commit details
-
Copy full SHA for 1eef920 - Browse repository at this point
Copy the full SHA 1eef920View commit details -
Merge pull request #89344 from JJJollyjim/openresty-no-perl
openresty: disable perl module by default
Configuration menu - View commit details
-
Copy full SHA for 132ace5 - Browse repository at this point
Copy the full SHA 132ace5View commit details -
python3Packages.thinc: relax catalogue, plac, and srsly constraints
Also add an import check.
Configuration menu - View commit details
-
Copy full SHA for e6b1c9b - Browse repository at this point
Copy the full SHA e6b1c9bView commit details -
python3Packages.spacy: relax catalogue, plac, and srsly versions
Also add an import check.
Configuration menu - View commit details
-
Copy full SHA for 916330f - Browse repository at this point
Copy the full SHA 916330fView commit details -
Configuration menu - View commit details
-
Copy full SHA for be79367 - Browse repository at this point
Copy the full SHA be79367View commit details -
python3Packages.pylibgen: remove, upstream unmaintained
Jonathan Ringer committedJun 20, 2020 Configuration menu - View commit details
-
Copy full SHA for 49f5b51 - Browse repository at this point
Copy the full SHA 49f5b51View commit details -
python3Packages.papis: 0.9 -> 0.10, fix build
Jonathan Ringer committedJun 20, 2020 Configuration menu - View commit details
-
Copy full SHA for 011dd50 - Browse repository at this point
Copy the full SHA 011dd50View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44a837d - Browse repository at this point
Copy the full SHA 44a837dView commit details -
python3Packages.peewee: 3.11.2 -> 3.13.3
tests don't pass without psycopg2 support: Exception: Your version of psycopg2 does not support JSON.
Configuration menu - View commit details
-
Copy full SHA for ee52567 - Browse repository at this point
Copy the full SHA ee52567View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6345050 - Browse repository at this point
Copy the full SHA 6345050View commit details -
Configuration menu - View commit details
-
Copy full SHA for dee5584 - Browse repository at this point
Copy the full SHA dee5584View commit details -
thunderbird-bin: drop GStreamer dependency
It has not been used since 2015: mozilla/gecko-dev@42c9261
Configuration menu - View commit details
-
Copy full SHA for f0d4f5f - Browse repository at this point
Copy the full SHA f0d4f5fView commit details -
Merge pull request #90119 from samueldr/feature/rpi4-fixups
Fix some pitfalls from the Raspberry Pi 4 specific sd image
Configuration menu - View commit details
-
Copy full SHA for f203b8b - Browse repository at this point
Copy the full SHA f203b8bView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for a22a20c - Browse repository at this point
Copy the full SHA a22a20cView commit details -
thunderbird-bin: do not depend on libcanberra-gtk
libxul only needs libcanberra.so.0 https://github.com/mozilla/gecko-dev/blob/3dc26ddcf361bd2fd82f6ccd97999adede522a23/widget/gtk/nsSound.cpp#L158
Configuration menu - View commit details
-
Copy full SHA for 1cbcbbe - Browse repository at this point
Copy the full SHA 1cbcbbeView commit details -
thunderbird-bin: remove libgnome dependency
It is deprecated and has been removed ages ago: https://bugzilla.mozilla.org/show_bug.cgi?id=694570 It persists in the crash reporter for some reason but it is optional there: https://github.com/mozilla/gecko-dev/blob/f66f5a235e7d74c29b951316f73001126a056734/toolkit/crashreporter/client/crashreporter_linux.cpp#L366-L370
Configuration menu - View commit details
-
Copy full SHA for 3dd5efc - Browse repository at this point
Copy the full SHA 3dd5efcView commit details -
thunderbird: remove libIDL dependency
It has not been used for ages: https://bugzilla.mozilla.org/show_bug.cgi?id=687766
Configuration menu - View commit details
-
Copy full SHA for 5b3a626 - Browse repository at this point
Copy the full SHA 5b3a626View commit details -
firefox: remove libIDL dependency
It has not been used for ages: https://bugzilla.mozilla.org/show_bug.cgi?id=687766
Configuration menu - View commit details
-
Copy full SHA for 987a5c1 - Browse repository at this point
Copy the full SHA 987a5c1View commit details -
firefox-bin: do not depend on libcanberra-gtk
libxul only needs libcanberra.so.0 https://github.com/mozilla/gecko-dev/blob/3dc26ddcf361bd2fd82f6ccd97999adede522a23/widget/gtk/nsSound.cpp#L158
Configuration menu - View commit details
-
Copy full SHA for 5384ace - Browse repository at this point
Copy the full SHA 5384aceView commit details -
firefox-bin: remove libgnome dependency
It is deprecated and has been removed ages ago: https://bugzilla.mozilla.org/show_bug.cgi?id=694570 It persists in the crash reporter for some reason but it is optional there: https://github.com/mozilla/gecko-dev/blob/f66f5a235e7d74c29b951316f73001126a056734/toolkit/crashreporter/client/crashreporter_linux.cpp#L366-L370
Configuration menu - View commit details
-
Copy full SHA for a699dd2 - Browse repository at this point
Copy the full SHA a699dd2View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for eb700f7 - Browse repository at this point
Copy the full SHA eb700f7View commit details -
Merge pull request #91174 from mmahut/codeowners-bc
CODEOWNERS: adding mmahut to blockchains
Configuration menu - View commit details
-
Copy full SHA for 6e73d3b - Browse repository at this point
Copy the full SHA 6e73d3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a9422ba - Browse repository at this point
Copy the full SHA a9422baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 60f0e62 - Browse repository at this point
Copy the full SHA 60f0e62View commit details
Commits on Jun 21, 2020
-
Revert "libinput: ensure that we only apply touchpad options to touch…
…pads" This reverts commit 912a584.
Configuration menu - View commit details
-
Copy full SHA for 00f7558 - Browse repository at this point
Copy the full SHA 00f7558View commit details -
Configuration menu - View commit details
-
Copy full SHA for deeb3fd - Browse repository at this point
Copy the full SHA deeb3fdView commit details -
Merge pull request #87623 from wamserma/lxqt-fix-wallpaper
lxqt.pcmanfm-qt: fix default wallpaper
Configuration menu - View commit details
-
Copy full SHA for 6a12c20 - Browse repository at this point
Copy the full SHA 6a12c20View commit details -
Merge pull request #91198 from marsam/fix-alacritty-darwin
alacritty: fix build on darwin
Configuration menu - View commit details
-
Copy full SHA for 1ca783c - Browse repository at this point
Copy the full SHA 1ca783cView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 4422ff588f1d...409a72a49a44