···57 # Without patched plugin shebangs, some tests like t/rst.t fail
58 # (with docutilsSupport enabled)
59 patchShebangs plugins/*
0000060 '';
6162 configurePhase = "perl Makefile.PL PREFIX=$out";
···57 # Without patched plugin shebangs, some tests like t/rst.t fail
58 # (with docutilsSupport enabled)
59 patchShebangs plugins/*
60+61+ # Creating shared git repo fails when running tests in Nix sandbox.
62+ # The error is: "fatal: Could not make /tmp/ikiwiki-test-git.2043/repo/branches/ writable by group".
63+ # Hopefully, not many people use `ikiwiki-makerepo` to create locally shared repositories these days.
64+ substituteInPlace ikiwiki-makerepo --replace "git --bare init --shared" "git --bare init"
65 '';
6667 configurePhase = "perl Makefile.PL PREFIX=$out";