diff options
Diffstat (limited to '')
| -rw-r--r-- | pkgs/xandikos/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/xandikos/default.nix b/pkgs/xandikos/default.nix index 4c5d7d8..14b20fa 100644 --- a/pkgs/xandikos/default.nix +++ b/pkgs/xandikos/default.nix @@ -1,7 +1,7 @@ { xandikos, - systemd, + systemd-python, }: xandikos.overridePythonAttrs (super: { - dependencies = super.dependencies ++ [systemd]; + dependencies = super.dependencies ++ [systemd-python]; }) |
