nixpkgs/pkgs
Arian van Putten d103dc4998 linux: do not depend on systemd indirectly
utillinux depends on systemd because:

* uuidd supports socket activation
* lslogins can show recent journal entries
* fstrim comes with a service file (and we use this in NixOS)
* logger can write journal entries
(See https://www.openembedded.org/pipermail/openembedded-core/2015-February/102069.html)

systemd doesn't depend on utillinux but on utillinuxMinimal which is a
version of utillinux without these features to avoid cyclic
dependencies.

With this change, the linux kernel (of which i don't fully understand
why it would depend on util-linux in the first place, but this was added in
https://github.com/NixOS/nixpkgs/pull/32137/files without too much
explanation) depends on the minimal version of util-linux too.

This makes it that every time we change build flags in systemd
the linux kernel doesn't have to wastefully rebuild.
2020-04-28 15:34:44 +02:00
..
applications Merge pull request #85535 from zowoq/gopackage 2020-04-28 12:55:09 +01:00
build-support nix-prefetch-docker: Add jq into path 2020-04-27 22:21:55 +03:00
common-updater Merge pull request #85337 from petabyteboy/feature/mark-broken 2020-04-24 19:16:41 -04:00
data Merge staging-next into staging 2020-04-27 19:36:01 +02:00
desktops treewide: use $out instead of $bin with buildGoPackage 2020-04-28 20:30:29 +10:00
development Merge pull request #85535 from zowoq/gopackage 2020-04-28 12:55:09 +01:00
games treewide: use $out instead of $bin with buildGoPackage 2020-04-28 20:30:29 +10:00
misc Merge pull request #85535 from zowoq/gopackage 2020-04-28 12:55:09 +01:00
os-specific linux: do not depend on systemd indirectly 2020-04-28 15:34:44 +02:00
servers Merge pull request #85535 from zowoq/gopackage 2020-04-28 12:55:09 +01:00
shells zsh-powerlevel10k: v1.5.0 → v1.6.0 2020-04-27 12:37:17 +02:00
stdenv Merge branch 'staging-next' into staging 2020-04-13 18:54:59 +02:00
test
tools Merge pull request #85535 from zowoq/gopackage 2020-04-28 12:55:09 +01:00
top-level Merge pull request #86188 from Mic92/gopherclient 2020-04-28 12:02:17 +02:00