summaryrefslogtreecommitdiff
path: root/pkgs/xandikos/default.nix
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2025-04-17 17:18:19 -0600
committerAlejandro Soto <alejandro@34project.org>2025-04-19 11:10:00 -0600
commitc85e8fe37d06358b06674020899e920f5fb1818b (patch)
tree8d60c30e9e9f909e74397bb68af73b3858d503f6 /pkgs/xandikos/default.nix
parent686e6e85e83770dc3ab18613ad5dad50ed59dda8 (diff)
home/pim: enable Xandikos DAV server
Diffstat (limited to 'pkgs/xandikos/default.nix')
-rw-r--r--pkgs/xandikos/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkgs/xandikos/default.nix b/pkgs/xandikos/default.nix
new file mode 100644
index 0000000..0810efa
--- /dev/null
+++ b/pkgs/xandikos/default.nix
@@ -0,0 +1,6 @@
+{ xandikos
+, systemd
+}:
+xandikos.overridePythonAttrs (super: {
+ dependencies = super.dependencies ++ [ systemd ];
+})