systemd: Apply upstream fixes

In particular, upstream commit 3072eecf3c714e3ed88c882623c40aca15445f64
fixes 15-character network interface names (as generated by ID_NET_NAME_MAC).
This commit is contained in:
Eelco Dolstra
2014-12-19 15:07:37 +01:00
parent e6d0bd0d5c
commit e47ed98f9b
4 changed files with 884 additions and 94 deletions
+1 -7
View File
@@ -20,14 +20,8 @@ stdenv.mkDerivation rec {
patches =
[ # These are all changes between upstream and
# https://github.com/edolstra/systemd/tree/nixos-v216.
# https://github.com/edolstra/systemd/tree/nixos-v217.
./fixes.patch
# Fixes systemd-journald so that it does not get killed
# by systemd-journal-flush starting too quickly
./systemd-journald-type-notify.patch
# Enables /etc/systemd-mutable/{system,user} for persistent mutable
# units
./etc-systemd-mutable.patch
];
buildInputs =