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