fprintd: 0.8.1 -> 0.9.0

Resolves issues with StateDirectory not being set in
systemd unit.

https://gitlab.freedesktop.org/libfprint/fprintd/-/tags/V_0_9_0
This commit is contained in:
worldofpeace
2019-09-17 20:15:57 -04:00
parent 7854b86d46
commit e2644036f6
2 changed files with 36 additions and 20 deletions
@@ -50,13 +50,6 @@ in
systemd.packages = [ cfg.package ];
# The upstream unit does not use StateDirectory, and will
# fail if the directory it needs is not present. Should be
# fixed when https://gitlab.freedesktop.org/libfprint/fprintd/merge_requests/5
# is merged.
systemd.services.fprintd.serviceConfig.StateDirectory = "fprint";
};
}