about summary refs log tree commit diff
path: root/overlays/patches/mailman/web.nix
blob: fe9ce51d6ffe462eeffc286ac8cacee4c38da620 (plain) (blame)
1
2
3
4
5
6
7
{ web, ... } @ args:

(web.overrideAttrs ({ postPatch ? "", ... }: {
  postPatch = postPatch + ''
    substituteInPlace mailman_web/urls.py --replace "'archives/" "'hyperkitty/"
  '';
})).override (builtins.removeAttrs args [ "web" ])