systemd: make sysinit.target depend on local-fs.target again

This change was re-introduced when updating to systemd 243.
Also see: https://github.com/NixOS/nixpkgs/pull/67858
This commit is contained in:
Jörg Thalheim 2019-09-23 09:40:03 +01:00
parent e675e2763e
commit 53fb1c512a
No known key found for this signature in database
GPG Key ID: B3F5D81B0C6967C4

View File

@ -27,8 +27,8 @@ in stdenv.mkDerivation {
src = fetchFromGitHub {
owner = "NixOS";
repo = "systemd";
rev = "7019836a26ebdc1ba20c03d06dbb3a613833bd0f";
sha256 = "0ywaq5jfy177k4q5hwr43v66sz62l1bqhgyxs2vk9m1d5kvrjwk6";
rev = "ccec67cab6c0fda85a1762eee7aeea422a0dc15e";
sha256 = "12nq2ah33amhyfma464a4ssf90wh2ai8c7w55j381cks8jliny40";
};
outputs = [ "out" "lib" "man" "dev" ];