Skip to content

Commit

Permalink
systemd: 241.20190221 -> 242
Browse files Browse the repository at this point in the history
  • Loading branch information
andir committed Jun 3, 2019
1 parent 2a0f85d commit 8c7e588
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/os-specific/linux/systemd/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}:

stdenv.mkDerivation rec {
version = "241.20190221";
version = "242";
name = "systemd-${version}";

# When updating, use https://github.com/systemd/systemd-stable tree, not the development one!
Expand All @@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
owner = "NixOS";
repo = "systemd";
rev = "nixos-v${version}";
sha256 = "0grcf0x793k1jx4bx7p63h3f3cd8w262824mzf8iwdsy6y9wzylr";
sha256 = "0ldyhfxdy4qlgygvpc92wp0qp6p1c9y3rnm77zwbkga48x60d9i8";
};

outputs = [ "out" "lib" "man" "dev" ];
Expand Down Expand Up @@ -104,7 +104,7 @@ stdenv.mkDerivation rec {
export LC_ALL="en_US.UTF-8";
# FIXME: patch this in systemd properly (and send upstream).
# already fixed in f00929ad622c978f8ad83590a15a765b4beecac9: (u)mount
for i in src/remount-fs/remount-fs.c src/core/mount.c src/core/swap.c src/fsck/fsck.c units/emergency.service.in units/rescue.service.in src/journal/cat.c src/core/shutdown.c src/nspawn/nspawn.c src/shared/generator.c; do
for i in src/remount-fs/remount-fs.c src/core/mount.c src/core/swap.c src/fsck/fsck.c units/emergency.service.in units/rescue.service.in src/journal/cat.c src/shutdown/shutdown.c src/nspawn/nspawn.c src/shared/generator.c; do
test -e $i
substituteInPlace $i \
--replace /usr/bin/getent ${getent}/bin/getent \
Expand Down Expand Up @@ -186,7 +186,7 @@ stdenv.mkDerivation rec {
# 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 = 2;
passthru.interfaceVersion = 3;

meta = with stdenv.lib; {
homepage = http://www.freedesktop.org/wiki/Software/systemd;
Expand Down

0 comments on commit 8c7e588

Please sign in to comment.