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`
This commit is contained in:
Benno Fünfstück 2017-03-03 12:43:56 +01:00
parent 75c3f00971
commit 253d736398

View File

@ -18,10 +18,6 @@ stdenv.mkDerivation rec {
libxcb xcbutil
];
postConfigure = ''
sed -i -e s,/etc,$out/etc, client/scripts/Makefile
'';
NIX_LDFLAGS = "-lX11";
preConfigure = ''