self: super: { gitweb = super.gitweb.overrideAttrs(old: { postInstall = old.postInstall or "" + '' cp -r ${./theme} $out/gitweb-theme; ''; }); }