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