Commit Graph

369293 Commits

Author SHA1 Message Date
Sandro
f893eecfe8
Merge pull request #168376 from SuperSandro2000/yq-go 2022-04-12 14:36:05 +02:00
Adam Joseph
dacbee2182
util-linux: remove ? null from inputs and convert to boolean flags
Prior to this commit, util-linux supported compilation without systemd
if systemd==null.  This commit preserves that behavior, and
additionally triggers it when the global systemdSupport attr is set to
false.  The systemdSupport argument is understood by many other
nixpkgs expressions and can be set globally in
~/.config/nixpkgs/config.nix.

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-04-12 14:34:35 +02:00
Sandro Jäckel
135dbd8ec1
util-linuxCurses: move to aliases 2022-04-12 14:34:35 +02:00
Sandro
3a537bec3f
Merge pull request #168110 from a-m-joseph/openjdk-powerpc
openjdk: add support for powerpc64le
2022-04-12 14:27:43 +02:00
Sandro Jäckel
c3b1a3bbf4
yq-go: 4.24.2 -> 4.24.4 2022-04-12 14:06:58 +02:00
Sandro
51df8ed9c1
Merge pull request #168340 from SuperSandro2000/git-bool-flags
git: add reasonable defaults for boolean flags
2022-04-12 14:05:28 +02:00
Sandro
6e533e3d46
Merge pull request #167548 from superherointj/package-gopass-enable-tests 2022-04-12 14:04:37 +02:00
Sandro
fd814c3793
Merge pull request #167760 from superherointj/package-obfs4-enable-tests
obfs4: enable tests
2022-04-12 14:04:14 +02:00
Sandro
935b63e107
Merge pull request #167778 from superherointj/package-charm-0.11.0
charm: 0.10.3 -> 0.11.0
2022-04-12 14:04:04 +02:00
Sandro
8512b6e203
Merge pull request #167774 from superherointj/package-impl-1.1.0
impl: 1.0.0 -> 1.1.0
2022-04-12 14:03:52 +02:00
Sandro
453016a286
Merge pull request #166714 from superherointj/package-firebird-3.0.9
firebird: 3.0.8 -> 3.0.9
2022-04-12 14:03:35 +02:00
github-actions[bot]
2bed314598
Merge master into staging-next 2022-04-12 12:01:28 +00:00
happysalada
e45e7cab9a loki: 2.4.2 -> 2.5.0 2022-04-12 07:18:43 -04:00
Lassulus
8ca12e04fe
Merge pull request #162172 from grnnja/init-jflap
jflap: init at 7.1
2022-04-12 12:08:26 +01:00
Sandro
7cc59b4811
Merge pull request #168371 from Sciencentistguy/atuin-0.8.1
atuin: 0.8.0 -> 0.8.1
2022-04-12 13:03:47 +02:00
R. Ryantm
01b44fee06 python310Packages.phonenumbers: 8.12.44 -> 8.12.46 2022-04-12 10:48:28 +00:00
Jamie Quigley
a8f27b19da
atuin: 0.8.0 -> 0.8.1
also add self as a maintainer
2022-04-12 10:49:14 +01:00
Sandro
a12486c442
Merge pull request #167757 from superherointj/package-assh-enable-tests 2022-04-12 11:44:49 +02:00
Lassulus
77479263b6
Merge pull request #162301 from aaronjheng/gojq
gojq: init at 0.12.7
2022-04-12 09:57:05 +01:00
Kim Lindberger
9d12de1ab7
Merge pull request #165481 from talyz/discourse-2.9.0.beta3
discourse: 2.9.0.beta1 -> 2.9.0.beta3
2022-04-12 10:38:16 +02:00
Wanja Hentze
dccd5a44d1
nixos/cockroachdb: use escapeSystemdExecArgs for ExecStart args
Co-authored-by: pennae <82953136+pennae@users.noreply.github.com>
2022-04-12 10:34:56 +02:00
Wanja Hentze
d215163ff9
nixos/cockroachdb: add extraArgs option
There are a bunch of args to `cockroach start` that simply can not be set
given the current set of options, so this escape hatch enables them.
2022-04-12 10:34:55 +02:00
Lassulus
807b226542
Merge pull request #162777 from amarshall/prom-deprecated-opt
nixos/prometheus: Remove upstream-deprecated alertManagerTimeout
2022-04-12 09:07:51 +01:00
Thiago Kenji Okada
2586481f67
Merge pull request #167639 from bryanasdev000/atlantis0192
atlantis: 0.16.1 -> 0.19.2
2022-04-12 08:27:36 +01:00
Thiago Kenji Okada
60d3d42712
Merge pull request #167779 from r-ryantm/auto-update/glfw
glfw: 3.3.6 -> 3.3.7
2022-04-12 08:24:31 +01:00
lewo
88c8690a33
Merge pull request #168290 from r-ryantm/auto-update/gremlin-console
gremlin-console: 3.5.2 -> 3.5.3
2022-04-12 08:57:23 +02:00
github-actions[bot]
f6d51151f1
Merge master into staging-next 2022-04-12 06:01:18 +00:00
Bobby Rong
909ab02b84
Merge pull request #166590 from 06kellyjac/infracost
infracost: 0.9.20 -> 0.9.21
2022-04-12 12:22:56 +08:00
Adam Joseph
9e4ba681fd openjdk: add support for powerpc64le
This commit adds entries to the Rosetta Stones in
adoptopenjdk-bin/generate-sources.py and compilers/openjdk/8.nix, and
runs adoptopenjdk-bin/generate-sources.py to regenerate
adoptopenjdk-bin/sources.json.

With this commit, `nix-build . -A jdk8_headless` succeeds on
powerpc64le.  Headless jdk is used as part of the build process for
many packages so this opens up access to them.
2022-04-11 21:09:54 -07:00
Bobby Rong
ad5ca78dab
Merge pull request #167348 from r-ryantm/auto-update/otpclient
otpclient: 2.4.9.1 -> 2.5.1
2022-04-12 12:09:06 +08:00
Bobby Rong
65145ca7df
Merge pull request #167049 from nbardiuk/beekeeper-update
beekeeper-studio: 3.1.0 -> 3.3.8
2022-04-12 12:04:52 +08:00
Bobby Rong
d19c25ed5c
Merge pull request #167843 from voanhduy1512/upgrade_prezto
zsh-prezto: unstable-2021-11-16 → unstable-2022-04-05
2022-04-12 12:03:09 +08:00
Bobby Rong
77ffb5856a
Merge pull request #167661 from r-ryantm/auto-update/cloud-sql-proxy
cloud-sql-proxy: 1.29.0 -> 1.30.0
2022-04-12 11:58:16 +08:00
Bobby Rong
b090a7aa0b
Merge pull request #167652 from welteki/bump-arkade
arkade: 0.8.20 -> 0.8.22
2022-04-12 11:55:05 +08:00
AndersonTorres
f734194027 pkgconf: refactor 2022-04-12 00:53:16 -03:00
Andrew Marshall
3bbfc7849e nixos/prometheus: Remove upstream-deprecated alertManagerTimeout
When started, Prometheus prints:

> The flag --alertmanager.timeout has no effect and will be removed in
> the future.

See also
2316062d4e
2022-04-11 23:37:33 -04:00
Bobby Rong
23413cf4d3
Merge pull request #168263 from Samyak2/samyak-toipe-0.4.0
toipe: 0.3.1 -> 0.4.0
2022-04-12 11:31:43 +08:00
Martin Weinelt
24ce3fcf7c
python311: 3.11.0a6 -> 3.11.0a7
https://www.python.org/downloads/release/python-3110a7/

https://pythoninsider.blogspot.com/2022/04/the-last-python-311-alpha-3110a7-is.html
2022-04-12 05:14:23 +02:00
Ben Siraphob
84384ca2d1
Merge pull request #167487 from siraben/netcdf-darwin
netcdf: disable tests on aarch64-darwin
2022-04-11 21:10:29 -05:00
Martin Weinelt
b794313d64
Merge pull request #167630 from mweinelt/home-assistant 2022-04-12 04:05:59 +02:00
Martin Weinelt
3966e8d69d
home-assistant: update component packages 2022-04-12 04:04:46 +02:00
Martin Weinelt
ce697cdfa8
home-assistant: allow requirements parser to deal with extras 2022-04-12 04:04:46 +02:00
Martin Weinelt
612a4ba51f
python310Packages.pure-python-adb: disable tests
All tests result in RuntimeError. Make the pythonImportsCheck for the
async parts conditional on doCheck, as checkInput only works when
doCheck is true.
2022-04-12 04:04:46 +02:00
Martin Weinelt
139ba48b97
python3Packages.pure-python-adb: split off async requirements 2022-04-12 04:04:09 +02:00
Martin Weinelt
83f634c4e4
python3Packages.androidtv: split off extra requires 2022-04-12 04:04:09 +02:00
Martin Weinelt
aa90072fc9
python3Packages.adb-shell: split off extra requires 2022-04-12 04:04:08 +02:00
Martin Weinelt
e365a5bc06
python3Packages.pytradfri: split off async extra 2022-04-12 04:04:08 +02:00
Martin Weinelt
7d4be895ad
python3Packages.samsungctl: split off websocket extra 2022-04-12 04:04:08 +02:00
Martin Weinelt
7b12ac7d58
python3Packages.samsungtvws: enable tests, split off extras 2022-04-12 04:04:08 +02:00
Martin Weinelt
7e2881905c
python3Packages.py3rijndael: init at 0.3.3 2022-04-12 04:04:07 +02:00