systemd: 241.20190221 -> 242
This commit is contained in:
parent
2a0f85d882
commit
8c7e588362
@ -15,7 +15,7 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "241.20190221";
|
version = "242";
|
||||||
name = "systemd-${version}";
|
name = "systemd-${version}";
|
||||||
|
|
||||||
# When updating, use https://github.com/systemd/systemd-stable tree, not the development one!
|
# When updating, use https://github.com/systemd/systemd-stable tree, not the development one!
|
||||||
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
|||||||
owner = "NixOS";
|
owner = "NixOS";
|
||||||
repo = "systemd";
|
repo = "systemd";
|
||||||
rev = "nixos-v${version}";
|
rev = "nixos-v${version}";
|
||||||
sha256 = "0grcf0x793k1jx4bx7p63h3f3cd8w262824mzf8iwdsy6y9wzylr";
|
sha256 = "0ldyhfxdy4qlgygvpc92wp0qp6p1c9y3rnm77zwbkga48x60d9i8";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "out" "lib" "man" "dev" ];
|
outputs = [ "out" "lib" "man" "dev" ];
|
||||||
@ -104,7 +104,7 @@ stdenv.mkDerivation rec {
|
|||||||
export LC_ALL="en_US.UTF-8";
|
export LC_ALL="en_US.UTF-8";
|
||||||
# FIXME: patch this in systemd properly (and send upstream).
|
# FIXME: patch this in systemd properly (and send upstream).
|
||||||
# already fixed in f00929ad622c978f8ad83590a15a765b4beecac9: (u)mount
|
# 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
|
test -e $i
|
||||||
substituteInPlace $i \
|
substituteInPlace $i \
|
||||||
--replace /usr/bin/getent ${getent}/bin/getent \
|
--replace /usr/bin/getent ${getent}/bin/getent \
|
||||||
@ -186,7 +186,7 @@ stdenv.mkDerivation rec {
|
|||||||
# in a backwards-incompatible way. If the interface version of two
|
# in a backwards-incompatible way. If the interface version of two
|
||||||
# systemd builds is the same, then we can switch between them at
|
# systemd builds is the same, then we can switch between them at
|
||||||
# runtime; otherwise we can't and we need to reboot.
|
# runtime; otherwise we can't and we need to reboot.
|
||||||
passthru.interfaceVersion = 2;
|
passthru.interfaceVersion = 3;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://www.freedesktop.org/wiki/Software/systemd;
|
homepage = http://www.freedesktop.org/wiki/Software/systemd;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user