Commit graph

249706 commits

Author SHA1 Message Date
Florian Klink 6dbc23e75d systemd: stop substituting inside fsck.c, stop substituting mke2fs
fsck.c doesn't refer to any of these binaries anymore, and the whole
systmed codebase not to /sbin/mke2fs.
2020-10-28 23:24:18 +01:00
Florian Klink 959cea2e80 systemd: add withPCRE2 option 2020-10-28 23:24:18 +01:00
Florian Klink 93dcbbf69d systemd: add withApparmor option 2020-10-28 23:24:18 +01:00
Florian Klink 065f057d0c systemd: add libgpgerror only to buildInputs if we build with resolved support 2020-10-28 23:24:18 +01:00
Florian Klink e6dff1d666 systemd: drop libffi from buildInputs
This isn't used anywhere.
2020-10-28 23:24:18 +01:00
Florian Klink 961663a1b3 systemdMinimal: disable timesyncd 2020-10-28 23:24:18 +01:00
Florian Klink e10a9a8506 systemd: add withMachined flag 2020-10-28 23:24:18 +01:00
Florian Klink 8526662a33 systemd: add withNss flag 2020-10-28 23:24:18 +01:00
Florian Klink a079a6f026 systemd: add withUserDb flag 2020-10-28 23:24:18 +01:00
Florian Klink e77326208e systemd: add withDocumentation flag 2020-10-28 23:24:18 +01:00
Florian Klink f142493a6a systemd: add withShellCompletions flag 2020-10-28 23:24:18 +01:00
Florian Klink 1f9347431c systemd: add withPolkit option 2020-10-28 23:24:18 +01:00
Florian Klink 0b762c02ee systemd: disable efi if we don't build with withEfi is set to false 2020-10-28 23:24:17 +01:00
Florian Klink 54c35f0940 systemd: withEfi: move gnu-efi check into assertion 2020-10-28 23:24:17 +01:00
Florian Klink 13a910e3f6 systemd: make gcrypt optional 2020-10-28 23:24:17 +01:00
Florian Klink 585f4a140b systemd: add withAnalyze flag 2020-10-28 23:24:17 +01:00
Florian Klink 987906aa58 systemd: add withCoredump flag
… and default it to false for systemdMinimal
2020-10-28 23:24:17 +01:00
Florian Klink b027cf264c systemdMinimal: disable networkd
This was missed.
2020-10-28 23:24:17 +01:00
Florian Klink 8d18be9cdc systemdMinimal: sort feature flags 2020-10-28 23:24:17 +01:00
Florian Klink c6aada2835 systemd: drop duplicate -Dlocaled=…
This is already configurable above.
2020-10-28 23:24:17 +01:00
Florian Klink ff07c6b47d systemd: introduce withCompression flag
This will build systemd without some compression utils, useful for
systemdMinimal.
2020-10-28 23:24:17 +01:00
Florian Klink 5f257d7d2c systemd: cleanup cryptsetup input
use lib.getDev to retrieve the dev output. Don't pass it to buildInputs
if we don't build with withCryptsetup set to true.
2020-10-28 23:24:17 +01:00
Florian Klink e1e01fa85e systemd: add withRemote option (default to false), make curl optional
This makes curl optional if both remote and importd are disabled, and
makes some assertions more robust by switching from curl.dev != null to
lib.getDev curl != null.
2020-10-28 23:24:17 +01:00
Florian Klink 39e733336c systemd: build without iptables when networkd is disabled
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.
2020-10-28 23:24:17 +01:00
Florian Klink 8434da5715 systemd: remove perl from nativeBuildInputs
This was only used to patch a circular output reference from lib to out
on aarch64, but was removed in b68bddfbda,

This commit forgot to remove perl, so remove it now.
2020-10-28 23:24:17 +01:00
Florian Klink 6456e24d57 systemd: nixpkgs-fmt 2020-10-28 23:24:16 +01:00
Florian Klink 229184f6b5 systemd: reorder buildInputs
These are all unconditianally anyways.
2020-10-28 23:24:16 +01:00
Florian Klink c6bbc945b4 systemd: stdenv.lib -> lib
This is a no-op and makes things a bit smaller.
2020-10-28 23:24:16 +01:00
Vladimír Čunát 0b32140b34
Merge branch 'staging-next' into staging 2020-10-28 18:48:56 +01:00
Vladimír Čunát 31839c352e
Merge branch 'master' into staging-next 2020-10-28 18:48:18 +01:00
Daniël de Kok 05f6de94cf python3Packages.transformers: 3.3.1 -> 3.4.0
Changelog:

https://github.com/huggingface/transformers/releases/tag/v3.4.0
2020-10-28 10:41:27 -07:00
Daniël de Kok d2e918cc12 python3Packages.tokenizers: 0.8.1 -> 0.9.2
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`.
2020-10-28 10:41:27 -07:00
Daniël de Kok 93b3fa6088 python3Packages.setuptools-rust: init at 0.11.3 2020-10-28 10:41:27 -07:00
Martin Weinelt 0b875aa173
Merge pull request #101925 from danieldk/libtorch-bin-1.7.0
libtorch-bin: 1.6.0 -> 1.7.0
2020-10-28 18:28:20 +01:00
Matthias Beyer e655d6fc1a tpm2-abrmd: Take maintainership from lschuermann
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>
2020-10-28 10:23:21 -07:00
Matthias Beyer c2a5bbbc24 gnupg-pkcs11-scd: Take maintainership from lschuermann
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>
2020-10-28 10:23:21 -07:00
Matthias Beyer 2264223f33 woof: Take maintainership from lschuermann
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>
2020-10-28 10:23:21 -07:00
Matthias Beyer 0addaa7ad0 tpm2-pkcs11: Take maintainership from lschuermann
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>
2020-10-28 10:23:21 -07:00
Matthias Beyer 965168db4e libvmi: Take maintainership from lschuermann
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>
2020-10-28 10:23:21 -07:00
Martin Weinelt d05139b362 pythonPackages.pysmb: add pythonImportsCheck 2020-10-28 10:20:13 -07:00
R. RyanTM a8bc6fd7e0 python37Packages.drf-yasg: 1.17.1 -> 1.20.0 2020-10-28 10:18:15 -07:00
R. RyanTM 119b256783 python37Packages.trytond: 5.6.7 -> 5.6.8 2020-10-28 10:15:38 -07:00
Martin Weinelt 9db90baede
Merge pull request #101918 from r-ryantm/auto-update/python3.7-pysmb
python37Packages.pysmb: 1.2.4 -> 1.2.5
2020-10-28 18:15:16 +01:00
R. RyanTM 5a7fd27dc7 python37Packages.pyface: 7.0.1 -> 7.1.0 2020-10-28 10:14:54 -07:00
Jonathan Ringer 2d824c0fde
Merge pull request #101916 from r-ryantm/auto-update/python3.7-dropbox
python37Packages.dropbox: 10.6.0 -> 10.7.0
2020-10-28 10:14:11 -07:00
R. RyanTM 2458d03ea0 python37Packages.azure-mgmt-kusto: 0.9.0 -> 0.10.0 2020-10-28 10:13:51 -07:00
R. RyanTM b8cec6ed2e python37Packages.audioread: 2.1.8 -> 2.1.9 2020-10-28 10:11:58 -07:00
R. RyanTM 9eddacc837 python37Packages.nbsphinx: 0.7.1 -> 0.8.0 2020-10-28 10:11:33 -07:00
R. RyanTM 31d68e0195 python37Packages.dominate: 2.5.2 -> 2.6.0 2020-10-28 10:10:28 -07:00
Martin Weinelt 8c7203e105
Merge pull request #101927 from danieldk/pytorch-bin-1.7.0
python3Packages.pytorch-bin: 1.6.0 -> 1.7.0
2020-10-28 18:05:07 +01:00