From 192ce84e07eea1faba7250eeecb0a79847c0adda Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Wed, 18 Feb 2026 19:51:39 -0600 Subject: pkgs: xandikos: 25.11 renames --- pkgs/xandikos/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/xandikos/default.nix') 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]; }) -- cgit v1.2.3