summaryrefslogtreecommitdiff
path: root/pkgs/xandikos/default.nix
blob: 14b20fa16be77ed0977a9d14868b9060f069461a (plain)
1
2
3
4
5
6
7
{
  xandikos,
  systemd-python,
}:
xandikos.overridePythonAttrs (super: {
  dependencies = super.dependencies ++ [systemd-python];
})