Commit Graph
238409 Commits
Author SHA1 Message Date
Florian Klink 8b5deb080d python3.pkgs.pyudev: use lib.getLib systemd instead of systemd.lib
This will pick the `lib` output if it exists, otherwise default to `out`.
2020-08-13 20:51:40 +02:00
Florian Klink 77a9788b08 qt5.qtwebengine: use lib.getLib systemd instead of systemd.lib
This will pick the `lib` output if it exists, otherwise default to `out`.
2020-08-13 20:51:40 +02:00
Florian Klink a2998bff52 citrix-workspace: use lib.getLib systemd instead of systemd.lib
This will pick the `lib` output if it exists, otherwise default to `out`.
2020-08-13 20:51:40 +02:00
Florian Klink a22b1a61a8 mullvad-vpn: use lib.getLib systemd instead of systemd.lib
This will pick the `lib` output if it exists, otherwise default to `out`.
2020-08-13 20:51:40 +02:00
Florian Klink dbb5fbfb15 thunderbird: use lib.getLib systemd instead of systemd.lib
This will pick the `lib` output if it exists, otherwise default to `out`.
2020-08-13 20:51:40 +02:00
Florian Klink 24126d3cab teams: use lib.getLib systemd instead of systemd.lib
This will pick the `lib` output if it exists, otherwise default to `out`.
2020-08-13 20:51:40 +02:00
Florian Klink ecc80775aa signal-desktop: use lib.getLib systemd instead of systemd.lib
This will pick the `lib` output if it exists, otherwise default to `out`.
2020-08-13 20:51:40 +02:00
Florian Klink eea7f93ce9 ungoogled-chromium: use lib.getLib systemd instead of systemd.lib
This will pick the `lib` output if it exists, otherwise default to `out`.
2020-08-13 20:51:40 +02:00
Florian Klink cedd724fbf drawio: use lib.getLib systemd instead of systemd.lib
This will pick the `lib` output if it exists, otherwise default to `out`.
2020-08-13 20:51:40 +02:00
Florian Klink 427a36e78b opera: use lib.getLib systemd instead of systemd.lib
This will pick the `lib` output if it exists, otherwise default to `out`.
2020-08-13 20:51:40 +02:00
Florian Klink c56e961acd chromium: use lib.getLib systemd instead of systemd.lib
This will pick the `lib` output if it exists, otherwise default to `out`.
2020-08-13 20:51:40 +02:00
Florian Klink 789749598a vscode: use lib.getLib systemd instead of systemd.lib
This will pick the `lib` output if it exists, otherwise default to `out`.
2020-08-13 20:51:40 +02:00
Florian Klink 6585998a92 obinskit : use lib.getLib systemd instead of systemd.lib
This will pick the `lib` output if it exists, otherwise default to `out`.
2020-08-13 20:51:39 +02:00
Florian Klink 766a3b5b55 pencil: use lib.getLib systemd instead of systemd.lib
This will pick the `lib` output if it exists, otherwise default to `out`.
2020-08-13 20:51:39 +02:00
Florian Klink 6c8d0d1de7 lighttable: use lib.getLib systemd instead of systemd.lib
This will pick the `lib` output if it exists, otherwise default to `out`.
2020-08-13 20:51:39 +02:00
Florian Klink a88186b4a2 brackets: use lib.getLib systemd instead of systemd.lib
This will pick the `lib` output if it exists, otherwise default to `out`.
2020-08-13 20:51:39 +02:00
Florian Klink 5b49f1fb0f axoloti: use lib.getLib systemd instead of systemd.lib
This will pick the `lib` output if it exists, otherwise default to `out`.
2020-08-13 20:51:39 +02:00
Florian Klink 7361f6f252 nixos/boot: handle systemd-udevd being a symlink to udevadm 2020-08-13 20:51:39 +02:00
Florian Klink 4f7636dafc nixos/systemd: don't try to install systemd-initctl.{service,socket}
These are now only installed by systemd if HAVE_SYSV_COMPAT is true,
which only is the case if you set sysvinit-path and sysvrcnd-path (which
we explicitly unset in the systemd derivation for quite some time)
2020-08-13 20:51:39 +02:00
Florian Klink 2f9d719061 nixos/systemd: remove mymachines nss module from passwd: and group: lines
From the systemd release notes:

nss-mymachines lost support for resolution of users and groups, and now
only does resolution of hostnames. This functionality is now provided by
nss-systemd. Thus, the 'mymachines' entry should be removed from the
'passwd:' and 'group:' lines in /etc/nsswitch.conf (and 'systemd' added
if it is not already there).
2020-08-13 20:51:39 +02:00
Florian Klink 38044aac59 systemd: use tags as rev, update comment explaining updating workflow. 2020-08-13 20:51:39 +02:00
Florian Klink c81c10624c gnupgMinimal: move to all-packages.nix, use from inside systemd
This makes things more consistent with how we pass in utillinuxMinimal.

There's already a minimal argument in the gnupg derivation, but this
gnupg is even more minimal. Instead of defining a gnupgSuperMinimal, we
define it inline inside systemd.
2020-08-13 20:51:39 +02:00
Florian Klink 2865490dc2 systemd: 245.7 -> 246 2020-08-13 20:51:39 +02:00
Florian Klink b68bddfbda systemd: remove lib output
systemd 246 started baking in some strings into $lib/lib/libsystemd.so
which points back to $out.

It might be desirable to not have these strings in there, but instead
have systemd ask the running manager for the really active paths via
IPC, or patch in some more mutable paths (like /run/current-system/…) -
but as long as it is as it is, we should probably should just stop
producing the `lib` output for now.

This does increase the runtime closure for installations not pulling in
systemd.out, or linking against multiple libsystemd's, but doesn't
increase the runtime closure for NixOS itself, as it needs systemd
anyways, and doesn't link against multiple variants of it.

We can also remove the aarch64-specific $out/lib/systemd/catalog hack,
and revive it at a later time if the `lib` output is reintroduced.
2020-08-13 20:51:39 +02:00
Frederik Rietdijk 7e189c56a1 Merge staging-next into staging 2020-08-13 08:52:48 +02:00
Frederik Rietdijk 2e149209a7 Merge master into staging-next 2020-08-13 08:52:26 +02:00
Daniël de KokandGitHub 45d0002b90 Merge pull request #95270 from oxalica/rust-analyzer
rust-analyzer: 2020-08-03 -> 2020-08-10
2020-08-13 08:31:36 +02:00
Vladimír Čunát 01cf3b41aa knot-dns: add libmaxminddb dependency
It's really small and some people might find it useful.
(If needed, its output could be split to make it even smaller.)
2020-08-13 08:19:58 +02:00
Daniël de KokandGitHub c064a4a39c Merge pull request #95281 from r-ryantm/auto-update/taskell
taskell: 1.9.4 -> 1.10.0
2020-08-13 08:19:02 +02:00
Daniël de KokandGitHub 89b6e7746e Merge pull request #95301 from lopsided98/geos-arm
geos: fix build on 32-bit ARM
2020-08-13 08:14:47 +02:00
Daniël de KokandGitHub f1b54d95bd Merge pull request #95302 from r-ryantm/auto-update/bitwarden
bitwarden: 1.19.0 -> 1.20.1
2020-08-13 08:12:33 +02:00
Daniël de KokandGitHub 64b293641a Merge pull request #95306 from r-ryantm/auto-update/bootstrap
twitterBootstrap: 4.5.0 -> 4.5.2
2020-08-13 08:09:36 +02:00
Daniël de KokandGitHub d0dd12cc14 Merge pull request #93197 from endocrimes/dani/nomad-multiversoin
nomad: add 0.12, multi-version support
2020-08-13 07:58:03 +02:00
Jörg ThalheimandGitHub 0f2ee10cbf Merge pull request #94270 from jerith666/postfix-dane
postfix: add useDane config option
2020-08-13 06:53:53 +01:00
R. RyanTM b427aa0344 twitterBootstrap: 4.5.0 -> 4.5.2 2020-08-13 05:18:10 +00:00
Mario RodasandGitHub aa7c73344f Merge pull request #95244 from afreakk/tmux-fingers-rtp-filepath-fix
tmuxPlugins.fingers: fix rtpFilePath
2020-08-12 23:58:12 -05:00
Mario RodasandGitHub a50aeb9829 Merge pull request #95287 from r-ryantm/auto-update/vips
vips: 8.9.2 -> 8.10.0
2020-08-12 23:55:21 -05:00
R. RyanTM 06cc849acb bitwarden: 1.19.0 -> 1.20.1 2020-08-13 03:47:30 +00:00
Anderson TorresandGitHub c7588685bb Merge pull request #95146 from r-ryantm/auto-update/mgba
mgba: 0.8.2 -> 0.8.3
2020-08-13 00:11:48 -03:00
AtemuandJon 0402ad70cf jc: 1.13.1 -> 1.13.4 2020-08-12 19:32:22 -07:00
Martin WeineltandGitHub 631e604bab Merge pull request #94478 from mweinelt/mopidy-tunein
mopidy-tunein: init at 1.0.0
2020-08-13 04:18:46 +02:00
Matt McHenry a45f1453eb postfix: add useDane config option 2020-08-12 21:18:36 -04:00
Mario RodasandGitHub 4cba5d3a51 Merge pull request #95268 from r-ryantm/auto-update/pure-prompt
pure-prompt: 1.12.0 -> 1.13.0
2020-08-12 19:15:32 -05:00
Mario RodasandGitHub 9a1aa2aede Merge pull request #95277 from lilyball/cocoapods
cocoapods-beta: 1.10.0.beta.1 -> 1.10.0.beta.2
2020-08-12 19:12:43 -05:00
Mario RodasandGitHub 5aeb7ab09f Merge pull request #95228 from marsam/update-syncthing
syncthing: 1.7.1 -> 1.8.0
2020-08-12 19:07:59 -05:00
Mario RodasandGitHub d3f4544da5 Merge pull request #95133 from r-ryantm/auto-update/irqbalance
irqbalance: 1.6.0 -> 1.7.0
2020-08-12 18:37:20 -05:00
Mario RodasandGitHub f8cdd95dc1 Merge pull request #95140 from r-ryantm/auto-update/libmaxminddb
libmaxminddb: 1.4.2 -> 1.4.3
2020-08-12 18:35:34 -05:00
Mario RodasandGitHub 94ca781dba Merge pull request #95283 from r-ryantm/auto-update/terraform-ls
terraform-ls: 0.5.4 -> 0.6.0
2020-08-12 18:34:09 -05:00
Mario RodasandGitHub 82a6c9c4c3 Merge pull request #95285 from r-ryantm/auto-update/ugrep
ugrep: 2.5.0 -> 2.5.1
2020-08-12 18:32:46 -05:00
Mario RodasandGitHub 647e67998b Merge pull request #95284 from r-ryantm/auto-update/tfsec
tfsec: 0.24.1 -> 0.25.0
2020-08-12 18:24:01 -05:00