Commit Graph

24342 Commits

Author SHA1 Message Date
Adam Joseph
42815b4a0c treewide: systemdSupport: use lib.meta.availableOn
Many packages have some kind of flag indicating whether or not to build with
systemd support.  Most of these default to `stdenv.isLinux`, but systemd does
not build on (and is marked `broken` for) `isStatic`.  Only a few packages have
the needed `&& !isStatic` in the default value for their parameter.

This commit moves the logic for the default value of these flags into
`systemd.meta.{platforms,badPlatforms}` and evaluates those conditions using
`lib.meta.availableOn`.

This provides three benefits:

1. The default values are set correctly (i.e. including `&& isStatic`)

2. The default values are set consistently

3. The way is paved for any future non-Linux systemd platforms (FreeBSD is
   reported to have experimental systemd support)
2023-01-22 00:27:19 -08:00
Jonas Heinrich
a2c26da9aa
Merge pull request #211942 from r-ryantm/auto-update/krill
krill: 0.12.0 -> 0.12.1
2023-01-22 08:04:05 +01:00
Jonas Heinrich
2f34648755
Merge pull request #211957 from r-ryantm/auto-update/rabbitmq-server
rabbitmq-server: 3.11.6 -> 3.11.7
2023-01-22 06:59:42 +01:00
Jonas Heinrich
6c582bdf39
Merge pull request #211964 from r-ryantm/auto-update/imgproxy
imgproxy: 3.13.0 -> 3.13.1
2023-01-22 06:26:57 +01:00
Jonas Heinrich
36cacfe01c
imgproxy: add changelog 2023-01-22 06:24:08 +01:00
Jonas Heinrich
86b04f3010
Merge pull request #211970 from r-ryantm/auto-update/snappymail
snappymail: 2.24.5 -> 2.24.6
2023-01-22 06:20:05 +01:00
Weijia Wang
218c4c526e
Merge pull request #212002 from mothsART/feature/replace_http_by_https
treewide: replace http by https when https is a permanent redirection
2023-01-22 03:26:02 +01:00
Ferry Jérémie
65d7e87fdb treewide: replace http by https when https is a permanent redirection 2023-01-22 02:46:49 +01:00
figsoda
da5b47eba8
Merge pull request #211962 from figsoda/go
treewide: remove empty go vendor hashes
2023-01-21 18:06:47 -05:00
R. Ryantm
4d13d8bcce spicedb: 1.15.0 -> 1.16.1 2023-01-21 13:19:34 -06:00
R. Ryantm
33edd6b3a0 snappymail: 2.24.5 -> 2.24.6 2023-01-21 18:19:42 +00:00
R. Ryantm
0c541d2ac5 imgproxy: 3.13.0 -> 3.13.1 2023-01-21 16:58:56 +00:00
figsoda
d8f9bcbcd6 treewide: remove empty go vendor hashes 2023-01-21 11:35:00 -05:00
R. Ryantm
858559a8f6 rabbitmq-server: 3.11.6 -> 3.11.7 2023-01-21 16:03:24 +00:00
R. Ryantm
523e1db565 krill: 0.12.0 -> 0.12.1 2023-01-21 14:35:25 +00:00
Guillaume Girol
33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
R. Ryantm
f587bec302 ttyd: 1.7.2 -> 1.7.3 2023-01-21 03:41:50 +00:00
Fabian Affolter
cfb43ad7b9
Merge pull request #211621 from r-ryantm/auto-update/checkSSLCert
checkSSLCert: 2.57.0 -> 2.58.0
2023-01-20 18:44:10 +01:00
Michele Guerini Rocco
bbbcb362e8
Merge pull request #211779 from rnhmjoj/pr-pdns
pdns-recursor: 4.8.0 -> 4.8.1
2023-01-20 16:24:56 +01:00
rnhmjoj
aa7d5394a8
pdns-recursor: 4.8.0 -> 4.8.1 2023-01-20 15:48:51 +01:00
Sandro
9424ce8b06
Merge pull request #211734 from r-ryantm/auto-update/adguardhome 2023-01-20 15:09:42 +01:00
ajs124
7955ff05f1
Merge pull request #211031 from r-ryantm/auto-update/unpoller
unpoller: 2.4.1 -> 2.7.10
2023-01-20 14:59:30 +01:00
Sandro
d12f8d563b
Merge pull request #208804 from justinas/teleport-11 2023-01-20 13:54:49 +01:00
7c6f434c
26268af455
Merge pull request #210443 from r-ryantm/auto-update/apache-jena
apache-jena: 4.6.1 -> 4.7.0
2023-01-20 12:23:57 +00:00
Sandro
bb2b5eb6fd
Merge pull request #211679 from r-ryantm/auto-update/sftpgo 2023-01-20 13:10:26 +01:00
R. Ryantm
f5f1b04aea adguardhome: 0.107.21 -> 0.107.22 2023-01-20 07:54:38 +00:00
Nick Cao
c3cc2bded1
Merge pull request #211726 from NickCao/vsmtp
vsmtp: fix build
2023-01-20 14:56:02 +08:00
Nick Cao
94d3d94a57
vsmtp: fix build 2023-01-20 14:13:08 +08:00
R. Ryantm
3c0bdfb539 zinc: 0.3.5 -> 0.3.6 2023-01-20 14:12:01 +08:00
R. Ryantm
899efc4b92 unpackerr: 0.10.1 -> 0.11.1 2023-01-20 14:07:21 +08:00
R. Ryantm
7c37d64da7 sftpgo: 2.4.2 -> 2.4.3 2023-01-19 23:58:39 +00:00
Nick Cao
62421286a2
Merge pull request #211546 from r-ryantm/auto-update/frr
frr: 8.4.1 -> 8.4.2
2023-01-20 07:44:56 +08:00
Martin Weinelt
00ae4c7fc4
Merge pull request #211210 from NixOS/home-assistant
home-assistant: 2023.1.4 -> 2023.1.5
2023-01-19 17:52:11 +00:00
R. Ryantm
7b4f6522ee checkSSLCert: 2.57.0 -> 2.58.0 2023-01-19 17:42:55 +00:00
Sandro
5b52b7ee4c
Merge pull request #204521 from BeneSim/photoprism-221102-905925b4d-221118-e58fee0fb 2023-01-19 16:21:09 +01:00
Sandro
8a230e9694
Merge pull request #207917 from SuperSandro2000/uptime-kuma 2023-01-19 11:44:59 +01:00
Jörg Thalheim
c8ef918e2d
Merge pull request #211518 from r-ryantm/auto-update/snappymail
snappymail: 2.24.4 -> 2.24.5
2023-01-19 10:58:08 +01:00
R. Ryantm
e369dceace frr: 8.4.1 -> 8.4.2 2023-01-19 09:35:12 +00:00
R. Ryantm
d6a65139cc snappymail: 2.24.4 -> 2.24.5 2023-01-19 04:27:15 +00:00
Martin Weinelt
f131761150 home-assistant-component-tests.homeassistant_hardware: Mark broken
All tests are currently being skipped so they result in an error.
2023-01-19 03:16:22 +01:00
Martin Weinelt
861852a423 home-assistant: Pin advantage-air at 0.4.1 2023-01-19 03:16:22 +01:00
Martin Weinelt
18ffe124b9 home-assistant: Pin pyjwt at 2.5.0
Co-Authored-By: Robert Schütz <mail@dotlambda.de>
2023-01-19 03:16:22 +01:00
Martin Weinelt
a72680c75b home-assistant: Pin aiowatttime at 0.1.1 2023-01-19 03:16:21 +01:00
Martin Weinelt
df68015dd5 home-assistant: Pin vsure at 1.8.1 2023-01-19 03:16:21 +01:00
Martin Weinelt
e5c1c070b1 home-assistant: Pin pysensibo at 1.0.22 2023-01-19 03:16:21 +01:00
Martin Weinelt
ace5068784 home-assistant: Pin ovoenergy at 1.2.0 2023-01-19 03:16:21 +01:00
Martin Weinelt
373f78c6ba home-assistant: Pin mcstatus at 9.3.0 2023-01-19 03:16:21 +01:00
Martin Weinelt
4f08b3bbdd home-assistant: Pin dsmr_parser at 0.33 2023-01-19 03:16:21 +01:00
Martin Weinelt
caca015dc1 home-assistant: 2023.1.4 -> 2023.1.5
https://github.com/home-assistant/core/releases/tag/2023.1.5
2023-01-19 03:16:21 +01:00
Martin Weinelt
936b567ca6
Merge pull request #210299 from dotlambda/recurring-ical-events-2.0.0
python310Packages.caldav: 0.11.0 -> 1.0.1
2023-01-19 00:37:39 +00:00