···5050 # State the gcc dependency, and make the cgi use our wrapper
5151 sed -i -e 's@$0@"'$out/bin/ikiwiki'"@' \
5252 -e "s@'cc'@'${stdenv.cc}/bin/gcc'@" IkiWiki/Wrapper.pm
5353+ # Without patched plugin shebangs, some tests like t/rst.t fail
5454+ # (with docutilsSupport enabled)
5555+ patchShebangs plugins/*
5356 '';
54575558 configurePhase = "perl Makefile.PL PREFIX=$out";