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:
parent
75c3f00971
commit
253d736398
@ -18,10 +18,6 @@ stdenv.mkDerivation rec {
|
|||||||
libxcb xcbutil
|
libxcb xcbutil
|
||||||
];
|
];
|
||||||
|
|
||||||
postConfigure = ''
|
|
||||||
sed -i -e s,/etc,$out/etc, client/scripts/Makefile
|
|
||||||
'';
|
|
||||||
|
|
||||||
NIX_LDFLAGS = "-lX11";
|
NIX_LDFLAGS = "-lX11";
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user