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 and Jonathan Ringer
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 and Jonathan Ringer
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 and Jonathan Ringer
93b3fa6088
python3Packages.setuptools-rust: init at 0.11.3
2020-10-28 10:41:27 -07:00
Martin Weinelt and GitHub
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 and Jonathan Ringer
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 and Jonathan Ringer
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 and Jonathan Ringer
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 and Jonathan Ringer
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 and Jonathan Ringer
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 and Jonathan Ringer
d05139b362
pythonPackages.pysmb: add pythonImportsCheck
2020-10-28 10:20:13 -07:00
R. RyanTM and Jonathan Ringer
a8bc6fd7e0
python37Packages.drf-yasg: 1.17.1 -> 1.20.0
2020-10-28 10:18:15 -07:00
R. RyanTM and Jonathan Ringer
119b256783
python37Packages.trytond: 5.6.7 -> 5.6.8
2020-10-28 10:15:38 -07:00
Martin Weinelt and GitHub
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 and Jonathan Ringer
5a7fd27dc7
python37Packages.pyface: 7.0.1 -> 7.1.0
2020-10-28 10:14:54 -07:00
Jonathan Ringer and GitHub
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 and Jonathan Ringer
2458d03ea0
python37Packages.azure-mgmt-kusto: 0.9.0 -> 0.10.0
2020-10-28 10:13:51 -07:00
R. RyanTM and Jonathan Ringer
b8cec6ed2e
python37Packages.audioread: 2.1.8 -> 2.1.9
2020-10-28 10:11:58 -07:00
R. RyanTM and Jonathan Ringer
9eddacc837
python37Packages.nbsphinx: 0.7.1 -> 0.8.0
2020-10-28 10:11:33 -07:00
R. RyanTM and Jonathan Ringer
31d68e0195
python37Packages.dominate: 2.5.2 -> 2.6.0
2020-10-28 10:10:28 -07:00
Martin Weinelt and GitHub
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
Matthieu Coudron and Matthieu Coudron
1f9ab74d4c
buildBazelPackage: build name from pname/version
...
and updated bazel-remote accordingly.
2020-10-28 17:55:10 +01:00
Linus Heckemann and GitHub
2b06415ca1
Merge pull request #101370 from m1cr0man/ssl-test-certs
...
nixos/acme: Permissions and tests fixes
2020-10-28 17:21:57 +01:00
R. RyanTM and Jonathan Ringer
7fecf2cb77
python37Packages.nibabel: 3.1.1 -> 3.2.0
2020-10-28 09:15:25 -07:00
R. RyanTM and Jonathan Ringer
c29ded49b1
python37Packages.azure-mgmt-datamigration: 4.0.0 -> 4.1.0
2020-10-28 08:43:27 -07:00
R. RyanTM and Jonathan Ringer
6eabbd7913
python37Packages.oauthenticator: 0.11.0 -> 0.12.0
2020-10-28 08:42:38 -07:00
R. RyanTM and Jonathan Ringer
03c77ee454
python37Packages.pulp: 2.3 -> 2.3.1
2020-10-28 08:41:58 -07:00
Linus Heckemann and GitHub
6a0a9fbd55
Merge pull request #101353 from WilliButz/update/atlassian-crowd/4.2.0
...
atlassian-crowd: 4.0.2 -> 4.2.0
2020-10-28 16:41:27 +01:00
Linus Heckemann and GitHub
6ee80e39fc
Merge pull request #101354 from WilliButz/update/atlassian-confluence/7.8.1
...
atlassian-confluence: 7.8.0 -> 7.8.1
2020-10-28 16:33:05 +01:00
Linus Heckemann and GitHub
da5209c89f
Merge pull request #101343 from WilliButz/update/prometheus-snmp-exporter/0.19.0
...
prometheus-snmp-exporter: 0.18.0 -> 0.19.0
2020-10-28 16:13:56 +01:00
Linus Heckemann and GitHub
5a7198995b
Merge pull request #101351 from r-ryantm/auto-update/bluez-alsa
...
bluez-alsa: 2.1.0 -> 3.0.0
2020-10-28 16:12:25 +01:00
Stefan Frijters and Dmitry Kalinkin
4e3cc04c9f
wine{Unstable,Staging}: 5.19 -> 5.20
2020-10-28 11:04:18 -04:00
Stefan Frijters and Dmitry Kalinkin
daa40ef488
wine{Unstable,Staging}: 5.18 -> 5.19
2020-10-28 11:04:18 -04:00
Martin Weinelt and GitHub
1d74449db6
Merge pull request #101924 from r-ryantm/auto-update/python3.7-holoviews
...
python37Packages.holoviews: 1.13.4 -> 1.13.5
2020-10-28 15:50:23 +01:00
StigP and GitHub
4512dac960
Merge pull request #99444 from etu/aldo-upgrade
...
aldo: 0.7.7 -> 0.7.8
2020-10-28 13:23:42 +00:00
Anderson Torres and GitHub
c3feda093d
Merge pull request #101569 from AndersonTorres/megafix
...
Fixing some URLs
2020-10-28 10:15:26 -03:00
Jörg Thalheim and GitHub
c5ef62db67
Merge pull request #97975 from 06kellyjac/deno_1.4.0
2020-10-28 14:06:23 +01:00
Daniël de Kok
92041430d4
python3Packages.pytorch-bin: 1.6.0 -> 1.7.0
...
Changelog:
https://github.com/pytorch/pytorch/releases/tag/v1.7.0
2020-10-28 14:04:31 +01:00
Michael Weiss and GitHub
41822ddb93
Merge pull request #101751 from primeos/python-cryptography
...
python3Packages.cryptography: 3.1.1 -> 3.2 (security, CVE-2020-25659)
2020-10-28 14:03:42 +01:00
Marek Mahut and GitHub
40926647b1
Merge pull request #101926 from stovemeerkat/submit/metabase-0.37.0.2
...
metabase: 0.36.4 -> 0.37.0.2
2020-10-28 13:51:26 +01:00
Niklas Hambüchen and GitHub
c06f86d591
Merge pull request #101879 from sikmir/cloudcompare
...
cloudcompare: 2.11.0 → 2.11.2
2020-10-28 13:43:31 +01:00