boinc: fix location of /etc in $out

Looks like the latest version no longer requires the patch, and the patch instead resulted in
/etc files being installed to `$out/$out/etc` instead of `$out/etc`

-4
-4
pkgs/applications/science/misc/boinc/default.nix
··· 18 18 libxcb xcbutil 19 19 ]; 20 20 21 - postConfigure = '' 22 - sed -i -e s,/etc,$out/etc, client/scripts/Makefile 23 - ''; 24 - 25 21 NIX_LDFLAGS = "-lX11"; 26 22 27 23 preConfigure = ''