summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2026-02-18 19:51:39 -0600
committerAlejandro Soto <alejandro@34project.org>2026-02-18 19:51:39 -0600
commit192ce84e07eea1faba7250eeecb0a79847c0adda (patch)
treefaf889ed642fed69beefc5cb461891d8ed59c997
parent865ef7c0016a3bd8121f599fa3f3ec040ae52242 (diff)
pkgs: xandikos: 25.11 renames
-rw-r--r--pkgs/xandikos/default.nix4
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];
})