Merge staging-next into staging

This commit is contained in:
Frederik Rietdijk
2019-09-19 17:00:07 +02:00
44 changed files with 2345 additions and 1008 deletions

View File

@@ -223,7 +223,7 @@ in stdenv.mkDerivation {
# in a backwards-incompatible way. If the interface version of two
# systemd builds is the same, then we can switch between them at
# runtime; otherwise we can't and we need to reboot.
passthru.interfaceVersion = 3;
passthru.interfaceVersion = 2;
meta = with stdenv.lib; {
homepage = http://www.freedesktop.org/wiki/Software/systemd;