commit
b33e1a61f1
@ -36,10 +36,10 @@ in stdenv.mkDerivation {
|
|||||||
# 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!
|
||||||
# Also fresh patches should be cherry-picked from that tree to our current one.
|
# Also fresh patches should be cherry-picked from that tree to our current one.
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "NixOS";
|
owner = "nixos";
|
||||||
repo = "systemd";
|
repo = "systemd";
|
||||||
rev = "491a247eff9b7ce1e5877f5f3431517c95f3222f";
|
rev = "d8853d39a28b9884e0acd3ae5732a1e7caaf08af";
|
||||||
sha256 = "1xqiahapg480m165glrwqbfmc1fxw5sacdlm933cwyi1q8x4537g";
|
sha256 = "1wqm51i2czbbb3nara11mnxzqng4na1l8fvz7qnbxcrjsqm7hz18";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "out" "lib" "man" "dev" ];
|
outputs = [ "out" "lib" "man" "dev" ];
|
||||||
@ -263,6 +263,6 @@ in stdenv.mkDerivation {
|
|||||||
license = licenses.lgpl21Plus;
|
license = licenses.lgpl21Plus;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
priority = 10;
|
priority = 10;
|
||||||
maintainers = with maintainers; [ eelco andir mic92 ];
|
maintainers = with maintainers; [ andir eelco flokli mic92 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user