summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* systemd: build without iptables when networkd is disabledFlorian Klink2020-10-28
| | | | | | | upstreams TODO mentions iptables-dev (libiptc) is also used for nspawn, but it seems like it only makes use of this via networkd anyways (or does these days) - at least systemdMinimal compiles successfully without iptables in the build closure.
* systemd: remove perl from nativeBuildInputsFlorian Klink2020-10-28
| | | | | | | This was only used to patch a circular output reference from lib to out on aarch64, but was removed in b68bddfbda2092c5fde2c4cece2f4bcf0eb214a1, This commit forgot to remove perl, so remove it now.
* systemd: nixpkgs-fmtFlorian Klink2020-10-28
|
* systemd: reorder buildInputsFlorian Klink2020-10-28
| | | | These are all unconditianally anyways.
* systemd: stdenv.lib -> libFlorian Klink2020-10-28
| | | | This is a no-op and makes things a bit smaller.
* Merge branch 'staging-next' into stagingVladimír Čunát2020-10-28
|\
| * Merge branch 'master' into staging-nextVladimír Čunát2020-10-28
| |\
| | * python3Packages.transformers: 3.3.1 -> 3.4.0Daniël de Kok2020-10-28
| | | | | | | | | | | | | | | | | | Changelog: https://github.com/huggingface/transformers/releases/tag/v3.4.0
| | * python3Packages.tokenizers: 0.8.1 -> 0.9.2Daniël de Kok2020-10-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: https://github.com/huggingface/tokenizers/releases/tag/python-v0.9.0 https://github.com/huggingface/tokenizers/releases/tag/python-v0.9.1 https://github.com/huggingface/tokenizers/releases/tag/python-v0.9.2 Changes in the derivation: * Tokenizers uses a newer version of pyo3 that does not require Rust nightly anymore. So, we do not have to use any cheat codes anymore. * Tokenizers is now a mixed Rust/Python project. The way it is set up does not work with Maturin, so switch to setuptools-rust instead. * Add additional data files needed for tests. * Use `pytestCheckHook`.
| | * python3Packages.setuptools-rust: init at 0.11.3Daniël de Kok2020-10-28
| | |
| | * Merge pull request #101925 from danieldk/libtorch-bin-1.7.0Martin Weinelt2020-10-28
| | |\ | | | | | | | | libtorch-bin: 1.6.0 -> 1.7.0
| | | * libtorch-bin: 1.6.0 -> 1.7.0Daniël de Kok2020-10-28
| | | | | | | | | | | | | | | | | | | | | | | | Changelog: https://github.com/pytorch/pytorch/releases/tag/v1.7.0
| | * | tpm2-abrmd: Take maintainership from lschuermannMatthias Beyer2020-10-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch changes maintainership for this package from lschuermann to matthiasbeyer. Leon has informed me in a private conversation that he has too little time to take care of the packages, so I will (maybe only temporarly, maybe not) take maintainership for it. Suggested-by: Leon Schuermann <leon@is.currently.online> Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
| | * | gnupg-pkcs11-scd: Take maintainership from lschuermannMatthias Beyer2020-10-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch changes maintainership for this package from lschuermann to matthiasbeyer. Leon has informed me in a private conversation that he has too little time to take care of the packages, so I will (maybe only temporarly, maybe not) take maintainership for it. Suggested-by: Leon Schuermann <leon@is.currently.online> Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
| | * | woof: Take maintainership from lschuermannMatthias Beyer2020-10-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch changes maintainership for this package from lschuermann to matthiasbeyer. Leon has informed me in a private conversation that he has too little time to take care of the packages, so I will (maybe only temporarly, maybe not) take maintainership for it. Suggested-by: Leon Schuermann <leon@is.currently.online> Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
| | * | tpm2-pkcs11: Take maintainership from lschuermannMatthias Beyer2020-10-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch changes maintainership for this package from lschuermann to matthiasbeyer. Leon has informed me in a private conversation that he has too little time to take care of the packages, so I will (maybe only temporarly, maybe not) take maintainership for it. Suggested-by: Leon Schuermann <leon@is.currently.online> Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
| | * | libvmi: Take maintainership from lschuermannMatthias Beyer2020-10-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch changes maintainership for this package from lschuermann to matthiasbeyer. Leon has informed me in a private conversation that he has too little time to take care of the packages, so I will (maybe only temporarly, maybe not) take maintainership for it. Suggested-by: Leon Schuermann <leon@is.currently.online> Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
| | * | pythonPackages.pysmb: add pythonImportsCheckMartin Weinelt2020-10-28
| | | |
| | * | python37Packages.drf-yasg: 1.17.1 -> 1.20.0R. RyanTM2020-10-28
| | | |
| | * | python37Packages.trytond: 5.6.7 -> 5.6.8R. RyanTM2020-10-28
| | | |
| | * | Merge pull request #101918 from r-ryantm/auto-update/python3.7-pysmbMartin Weinelt2020-10-28
| | |\ \ | | | | | | | | | | python37Packages.pysmb: 1.2.4 -> 1.2.5
| | | * | python37Packages.pysmb: 1.2.4 -> 1.2.5R. RyanTM2020-10-28
| | | | |
| | * | | python37Packages.pyface: 7.0.1 -> 7.1.0R. RyanTM2020-10-28
| | | | |
| | * | | Merge pull request #101916 from r-ryantm/auto-update/python3.7-dropboxJonathan Ringer2020-10-28
| | |\ \ \ | | | | | | | | | | | | python37Packages.dropbox: 10.6.0 -> 10.7.0
| | | * | | python37Packages.dropbox: 10.6.0 -> 10.7.0R. RyanTM2020-10-28
| | | |/ /
| | * | | python37Packages.azure-mgmt-kusto: 0.9.0 -> 0.10.0R. RyanTM2020-10-28
| | | | |
| | * | | python37Packages.audioread: 2.1.8 -> 2.1.9R. RyanTM2020-10-28
| | | | |
| | * | | python37Packages.nbsphinx: 0.7.1 -> 0.8.0R. RyanTM2020-10-28
| | | | |
| | * | | python37Packages.dominate: 2.5.2 -> 2.6.0R. RyanTM2020-10-28
| | | | |
| | * | | Merge pull request #101927 from danieldk/pytorch-bin-1.7.0Martin Weinelt2020-10-28
| | |\ \ \ | | | | | | | | | | | | python3Packages.pytorch-bin: 1.6.0 -> 1.7.0
| | | * | | python3Packages.pytorch-bin: 1.6.0 -> 1.7.0Daniël de Kok2020-10-28
| | | | |/ | | | |/| | | | | | | | | | | | | | | | | | | | | Changelog: https://github.com/pytorch/pytorch/releases/tag/v1.7.0
| | * | | buildBazelPackage: build name from pname/versionMatthieu Coudron2020-10-28
| | | | | | | | | | | | | | | | | | | | and updated bazel-remote accordingly.
| | * | | Merge pull request #101370 from m1cr0man/ssl-test-certsLinus Heckemann2020-10-28
| | |\ \ \ | | | | | | | | | | | | nixos/acme: Permissions and tests fixes
| | | * | | nixos/tests/acme: Hard code test certificatesLucas Savva2020-10-22
| | | | | | | | | | | | | | | | | | | | | | | | The added README.md explains why this has been done.
| | | * | | nixos/acme: Use more secure chmodsLucas Savva2020-10-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previous settings would make files executable in the certs directories.
| | * | | | python37Packages.nibabel: 3.1.1 -> 3.2.0R. RyanTM2020-10-28
| | | | | |
| | * | | | python37Packages.azure-mgmt-datamigration: 4.0.0 -> 4.1.0R. RyanTM2020-10-28
| | | | | |
| | * | | | python37Packages.oauthenticator: 0.11.0 -> 0.12.0R. RyanTM2020-10-28
| | | | | |
| | * | | | python37Packages.pulp: 2.3 -> 2.3.1R. RyanTM2020-10-28
| | | | | |
| | * | | | Merge pull request #101353 from WilliButz/update/atlassian-crowd/4.2.0Linus Heckemann2020-10-28
| | |\ \ \ \ | | | | | | | | | | | | | | atlassian-crowd: 4.0.2 -> 4.2.0
| | | * | | | atlassian-crowd: 4.0.2 -> 4.2.0WilliButz2020-10-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://confluence.atlassian.com/crowd/crowd-4-1-release-notes-1004960631.html https://confluence.atlassian.com/crowd/crowd-4-2-release-notes-1019381976.html
| | * | | | | Merge pull request #101354 from WilliButz/update/atlassian-confluence/7.8.1Linus Heckemann2020-10-28
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | atlassian-confluence: 7.8.0 -> 7.8.1
| | | * | | | | atlassian-confluence: 7.8.0 -> 7.8.1WilliButz2020-10-22
| | | |/ / / / | | | | | | | | | | | | | | | | | | | | | https://confluence.atlassian.com/doc/issues-resolved-in-7-8-1-1027114676.html
| | * | | | | Merge pull request #101343 from WilliButz/update/prometheus-snmp-exporter/0.19.0Linus Heckemann2020-10-28
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | prometheus-snmp-exporter: 0.18.0 -> 0.19.0
| | | * | | | | prometheus-snmp-exporter: 0.18.0 -> 0.19.0WilliButz2020-10-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/prometheus/snmp_exporter/releases/tag/v0.19.0
| | * | | | | | Merge pull request #101351 from r-ryantm/auto-update/bluez-alsaLinus Heckemann2020-10-28
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | bluez-alsa: 2.1.0 -> 3.0.0
| | | * | | | | | bluez-alsa: 2.1.0 -> 3.0.0R. RyanTM2020-10-22
| | | | | | | | |
| | * | | | | | | wine{Unstable,Staging}: 5.19 -> 5.20Stefan Frijters2020-10-28
| | | | | | | | |
| | * | | | | | | wine{Unstable,Staging}: 5.18 -> 5.19Stefan Frijters2020-10-28
| | | | | | | | |
| | * | | | | | | Merge pull request #101924 from r-ryantm/auto-update/python3.7-holoviewsMartin Weinelt2020-10-28
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | python37Packages.holoviews: 1.13.4 -> 1.13.5