From 253d7363981a6f76be8dd99ee7747fb05f513f5b Mon Sep 17 00:00:00 2001 From: Benno Fünfstück Date: Fri, 3 Mar 2017 12:43:56 +0100 Subject: 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` --- pkgs/applications/science/misc/boinc/default.nix | 4 ---- 1 file changed, 4 deletions(-) (limited to 'pkgs/applications/science/misc') diff --git a/pkgs/applications/science/misc/boinc/default.nix b/pkgs/applications/science/misc/boinc/default.nix index 53ea9ce72125..54be212b86cd 100644 --- a/pkgs/applications/science/misc/boinc/default.nix +++ b/pkgs/applications/science/misc/boinc/default.nix @@ -18,10 +18,6 @@ stdenv.mkDerivation rec { libxcb xcbutil ]; - postConfigure = '' - sed -i -e s,/etc,$out/etc, client/scripts/Makefile - ''; - NIX_LDFLAGS = "-lX11"; preConfigure = '' -- cgit 1.4.1