diff options
| author | Alejandro Soto <alejandro@34project.org> | 2026-02-18 19:51:39 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2026-02-18 19:51:39 -0600 |
| commit | 192ce84e07eea1faba7250eeecb0a79847c0adda (patch) | |
| tree | faf889ed642fed69beefc5cb461891d8ed59c997 /pkgs/xandikos/default.nix | |
| parent | 865ef7c0016a3bd8121f599fa3f3ec040ae52242 (diff) | |
pkgs: xandikos: 25.11 renames
Diffstat (limited to 'pkgs/xandikos/default.nix')
| -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]; }) |
