···5757 # Without patched plugin shebangs, some tests like t/rst.t fail
5858 # (with docutilsSupport enabled)
5959 patchShebangs plugins/*
6060+6161+ # Creating shared git repo fails when running tests in Nix sandbox.
6262+ # The error is: "fatal: Could not make /tmp/ikiwiki-test-git.2043/repo/branches/ writable by group".
6363+ # Hopefully, not many people use `ikiwiki-makerepo` to create locally shared repositories these days.
6464+ substituteInPlace ikiwiki-makerepo --replace "git --bare init --shared" "git --bare init"
6065 '';
61666267 configurePhase = "perl Makefile.PL PREFIX=$out";