Boinc wanted to be told to link to libX11

svn path=/nixpkgs/trunk/; revision=29713
This commit is contained in:
Lluís Batlle i Rossell 2011-10-07 19:01:27 +00:00
parent 80d397413d
commit c67c7d49b0

View File

@ -18,6 +18,8 @@ stdenv.mkDerivation rec {
sed -i -e s,/etc,$out/etc, client/scripts/Makefile
'';
NIX_LDFLAGS = "-lX11";
preConfigure = ''
./_autosetup
configureFlags="$configureFlags --sysconfdir=$out/etc"