1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

accountsservice: build with systemd to allow user switching

This commit is contained in:
Lorenz Brun 2022-01-14 18:43:50 +01:00 committed by Bjørn Forsman
parent 460af326e4
commit dae8cbdd3c

View file

@ -41,12 +41,14 @@ stdenv.mkDerivation rec {
buildInputs = [
glib
polkit
systemd
];
mesonFlags = [
"-Dadmin_group=wheel"
"-Dlocalstatedir=/var"
"-Dsystemdsystemunitdir=${placeholder "out"}/etc/systemd/system"
"-Dsystemd=true"
];
postPatch = ''