Skip to content

Commit

Permalink
boinc: fix location of /etc in $out
Browse files Browse the repository at this point in the history
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`
  • Loading branch information
bennofs committed Mar 3, 2017
1 parent 75c3f00 commit 253d736
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkgs/applications/science/misc/boinc/default.nix
Expand Up @@ -18,10 +18,6 @@ stdenv.mkDerivation rec {
libxcb xcbutil
];

postConfigure = ''
sed -i -e s,/etc,$out/etc, client/scripts/Makefile
'';

NIX_LDFLAGS = "-lX11";

preConfigure = ''
Expand Down

0 comments on commit 253d736

Please sign in to comment.